summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-10 10:20:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-10 10:20:44 -0600
commitdc00c37ad03effaea8e11cc02aa6cfd4c8758569 (patch)
tree599f70855ac2534524fdc5edb161a64c35945519 /nuttx/ChangeLog
parent016245d1385b767152b23a480ac445e6ed27b1c0 (diff)
downloadnuttx-dc00c37ad03effaea8e11cc02aa6cfd4c8758569.tar.gz
nuttx-dc00c37ad03effaea8e11cc02aa6cfd4c8758569.tar.bz2
nuttx-dc00c37ad03effaea8e11cc02aa6cfd4c8758569.zip
Add some checks: if getpid() or get_errno_ptr() are called very early in the initialization sequence, they would fail
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2f381cd98..4840987d0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7158,4 +7158,8 @@
in all configurations that use networking or USB (2014-3-9).
* include/nuttx/syslog/syslog.h and ramlog.h: Move syslog.h and
ramlog.h to include/nutt/syslog (2014-4-10).
+ * sched/errno_getptr.c and getpid.c: Add some checks. If these
+ functions are called early in initialization before the tasking
+ structures are initialized, they will not behavr properly
+ (2014-4-10).