summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-27 22:04:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-27 22:04:03 +0000
commitafca8cf9d833e28a1ad3ea6b037c5daca0974af5 (patch)
treee719ea919b2e8229b2eb3989d1d98143cbd1a183 /nuttx/ChangeLog
parent85bbb5306c4d4d1083594257d443e988b90fb02d (diff)
downloadnuttx-afca8cf9d833e28a1ad3ea6b037c5daca0974af5.tar.gz
nuttx-afca8cf9d833e28a1ad3ea6b037c5daca0974af5.tar.bz2
nuttx-afca8cf9d833e28a1ad3ea6b037c5daca0974af5.zip
Move MSC descriptors to a separate file; File 13 char long file names.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3983 42af7a65-404d-4744-a932-0658087f49c3
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.