summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index de0f8872f..523d11ddd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2224,4 +2224,6 @@
board.
* include/sys/types.h: wchar_t is a builtin type in C++ and its
declaration can cause errors with certain C++ compilers.
-
+ * sched/sig_timedwait.c: Fix signal handling with the returned info
+ is NULL. Before this change, it would derefence a NULL pointer
+ in this case.