This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9e73216bf20060a1a4de1b04a19fd9cd4b37c697
nuttx
/
net
/
inet
T
History
Gregory Nutt
9e73216bf2
net/tcp: Same change to tcp_send_buffered.c probably also applies to sixlowpan_tcpsend.c and inet_recvfrom.c
2017-10-19 16:45:00 -06:00
..
inet_close.c
TCP Networking: When CONFIG_NET_TCP_WRITE_BUFF=y there is a situation where a NULL pointer may be dereferenced. In this configuration, the TCP connection's 'semi-permnanent' callback, s_sndcb was nullified in tcp_close_disconnect. However, other logic in tcp_lost_connection() attempt to use that callback reference after it was nullifed. Fixed in tcp_lost_connectino() by adding a NULL pointer change before the access. This was reported by Dmitriy Linikov in Bitbucket Issue 72.
2017-10-13 06:47:40 -06:00
inet_globals.c
…
inet_recvfrom.c
net/tcp: Same change to tcp_send_buffered.c probably also applies to sixlowpan_tcpsend.c and inet_recvfrom.c
2017-10-19 16:45:00 -06:00
inet_setipid.c
…
inet_sockif.c
…
inet.h
…
ipv4_getsockname.c
…
ipv6_getsockname.c
…
Kconfig
…
Make.defs
…