summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 25b43abe3..40a012a79 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2107,4 +2107,7 @@
potential crash when using mq_timedreceived() and mq_timedsend().
* sched/mq_sndinternal.c: Related to the above, the send logic was incrementing
the wrong counter when it waited as part of the mq_timedsend.c logic.
+ * fs/fat: Fix an error in the long file name logic: If the long file name
+ is an even multiple of 13 bytes in length, then it should not include a
+ NULL terminating character. Fix contributed by Kaushal Parikh.