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-08-25 16:24:37 +02:00
2015-06-02 01:38:11 +02:00
2015-01-09 09:44:06 +01:00
2015-05-08 09:07:20 +02:00
2015-05-18 08:53:17 +02:00
2014-03-24 08:42:13 +01:00
2014-03-24 08:42:13 +01:00
2015-09-23 09:25:31 +02:00