aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 19:08:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 19:08:51 +0000
commit43e22b2b98bacc15438133b5823d545806c8d092 (patch)
tree2af089980e448cc2cf6ae01d884acb23f26f6d88 /nuttx/ChangeLog
parente7a5090e55f7db78164fda2696af414c3e083806 (diff)
downloadpx4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.tar.gz
px4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.tar.bz2
px4-firmware-43e22b2b98bacc15438133b5823d545806c8d092.zip
Fix an error handling bug in the fread logic
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 63aac89f5..40a24d8f1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3907,4 +3907,7 @@
that can be used for testing posix_spawn().
* arch/arm/src/stm32: Bring F1 support for general DMA and serial
DMA in paricular up to parity with F2/F4 (from Mike Smith).
-
+ * libc/stdio/lib_libfread.c: Correct some error handling when
+ lib_fread() was passed a bad stream. Needed to move the
+ releasing of a semaphore inside of some conditional logic
+ (cosmetic).