summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 07:02:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 07:02:44 -0600
commit1b957501729f74c052a43b0cae64e19634adbec6 (patch)
tree008cd0dc0b6308a9d49667531d2e728c0a0eac94 /nuttx/ChangeLog
parentbc6a12f6a5495486b65712fb075f4c3a6448ec78 (diff)
downloadnuttx-1b957501729f74c052a43b0cae64e19634adbec6.tar.gz
nuttx-1b957501729f74c052a43b0cae64e19634adbec6.tar.bz2
nuttx-1b957501729f74c052a43b0cae64e19634adbec6.zip
poll should ignore invalid file descriptors
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 c04f36995..f486c4cc2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4772,4 +4772,6 @@
correct usage of the socket API. Contributed by Max Holtzberg (2013-5-22).
* configs/stm32ldiscovery/src/stm32_lcd.c: Framework for support of the
STM32L-Discovery's segment LCD (2013-5-22).
+ * fs/fs_poll.c: Poll setup/teardown logic should ignore invalid (i.e.,
+ negative) file descriptors. Max Holtzberg (2013-5-23).