Valentin Sawadski 44b3cd4e09 Fixes a possible unsafe memcpy in uip_udp_packet_send
If the buffers overlap, memcpy must not be used as it might have arbitrary
results. memmove() on the other hand is safe to use.
2015-10-09 08:30:49 +02:00
..
2015-05-20 15:37:32 +05:30
2015-10-06 11:25:12 +02:00
2015-01-09 09:44:06 +01:00