1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/transport_layer/destiny
Cenk Gündoğan f41fe7bb04 destiny: segfault due to dereferencing nullpointer
get_socket(i) returns NULL, when no specific socket is found.
Without an appropriate check for NULL, the current state
of the code leads to a segfault.

destiny: added parens

destiny: continuing the loop makes more sense than returning at first sight of NULL
2014-06-03 22:48:01 +02:00
..
destiny.c newlib doesn't support the z modifier 2014-02-08 21:31:13 +01:00
Makefile streamlined driver include pathes 2014-02-05 18:56:47 +01:00
msg_help.c Add Oliver Gesch as author of his files and license header 2014-01-31 17:01:51 +01:00
msg_help.h Add Oliver Gesch as author of his files and license header 2014-01-31 17:01:51 +01:00
socket.c destiny: segfault due to dereferencing nullpointer 2014-06-03 22:48:01 +02:00
socket.h moved destiny into transport_layer subfolder 2013-12-19 19:13:26 +01:00
tcp_hc.c moved destiny into transport_layer subfolder 2013-12-19 19:13:26 +01:00
tcp_hc.h Add Oliver Gesch as author of his files and license header 2014-01-31 17:01:51 +01:00
tcp_timer.c net: destiny: fixed typo and further cleanups 2014-03-18 12:03:03 +01:00
tcp_timer.h Add Oliver Gesch as author of his files and license header 2014-01-31 17:01:51 +01:00
tcp.c net: destiny: fixed typo and further cleanups 2014-03-18 12:03:03 +01:00
tcp.h net: destiny: fixed typo and further cleanups 2014-03-18 12:03:03 +01:00
udp.c also add msg_queue for UDP 2014-02-13 07:07:46 +01:00
udp.h also add msg_queue for UDP 2014-02-13 07:07:46 +01:00