summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 08:53:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 08:53:52 -0600
commit748282dba2e1717c17b725774abff35ed101a993 (patch)
treefd44b1abdcec8c7c8275b60141835afe52661d34 /nuttx
parentb8734eef5f196f330aebd5254db3cb0ea72ae80e (diff)
downloadpx4-nuttx-748282dba2e1717c17b725774abff35ed101a993.tar.gz
px4-nuttx-748282dba2e1717c17b725774abff35ed101a993.tar.bz2
px4-nuttx-748282dba2e1717c17b725774abff35ed101a993.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 923525315..a0c7a855c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9695,3 +9695,6 @@
Discovery configurations (with base board) to configure the Ethernet
driver to use the work queue (vs. interrupt level processing)
(2015-4-09).
+ * libc/unisted/lib_execl.c: Fix bad logic in counting the number of
+ arguments. This could never have worked. Noted by Pierre-noel
+ Bouteville (2015-4-09).