summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-23 02:07:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-23 02:07:38 +0000
commit23a869d9be23a33962c55a1e6f62e6b91b2cbfc4 (patch)
tree2a6defc7f12a61c60e3e337e9ba8e8fd7e21f342 /nuttx/ChangeLog
parent698e2f564261325aeb92666f137abfd90a7f95ad (diff)
downloadnuttx-23a869d9be23a33962c55a1e6f62e6b91b2cbfc4.tar.gz
nuttx-23a869d9be23a33962c55a1e6f62e6b91b2cbfc4.tar.bz2
nuttx-23a869d9be23a33962c55a1e6f62e6b91b2cbfc4.zip
(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4dd369ef4..27bd1cb7f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2482,3 +2482,5 @@
of TCP connection must be set up (just as with connect()). The new file
net_monitor.c holds the common TCP connection monitoring logic used by both
the accecpt() and connect() logic. Contributed by Max Nekludov.
+ * net/recvfrom.c and net/uip/uip_tcpcallback.c: Fix a leak in the TCP
+ read-ahead logic. This is a *critical* bug fix!