summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 90ed1ba08..d7c7753ce 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -872,3 +872,10 @@
stdout to output debug data. That works fine unless (1) the dbg() macro
is interrupt logic and the interrupted task has redirected stdout! Most
changes were in uIP.
+ * net/uip/uip_tcpinput.c. Connection reference count was not being set correctly
+ when a socket is created by accepting a new connection. Since the reference
+ count is bad, such sockets are not successfully duplicated when being passed
+ to new tasks.
+ * net/net_clone.c. Similarly, after a socket is cloned, its reference count
+ was not being initialized.
+