summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-02 12:04:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-02 12:04:02 -0600
commitb1bf9fb505703691d045becb4242cfcca281f103 (patch)
tree7849053cd1ca663e359c157d9c66a5136065bc28
parent7f55c940749ba58dff27df5a1d1d061ce332d101 (diff)
downloadnuttx-b1bf9fb505703691d045becb4242cfcca281f103.tar.gz
nuttx-b1bf9fb505703691d045becb4242cfcca281f103.tar.bz2
nuttx-b1bf9fb505703691d045becb4242cfcca281f103.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b42e15235..b0cb0e841 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9366,3 +9366,7 @@
boards do not have the external 32khz oscillator installed, for those
boards we must fallback to the crummy internal RC clock. Turn on by
defining CONFIG_RTC_LSICLOCK. From Kevin Hester (2015-01-02).
+ * net/tcp/tcp_conn.c: Fix a logic error when CONFIG_NETDEV_MULTINIC is
+ selected: net_unlock(flags) will be called will an uninitialized
+ variable (2015-01-03).
+