aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 14:40:12 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 14:40:12 +0000
commitbbe3db55f26c2aef2f2ba27bf726bee1ec039b24 (patch)
tree649fb785890c05db65ac6d00418aad80205e729e /apps/ChangeLog.txt
parent064743fe725c55b992d12f00c852dcda395c1808 (diff)
downloadpx4-firmware-bbe3db55f26c2aef2f2ba27bf726bee1ec039b24.tar.gz
px4-firmware-bbe3db55f26c2aef2f2ba27bf726bee1ec039b24.tar.bz2
px4-firmware-bbe3db55f26c2aef2f2ba27bf726bee1ec039b24.zip
Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5060 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 0f60338a4..361fb97dc 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -285,4 +285,9 @@
list (contributed by Kate).
* apps/nshlib/nsh_parse.c: CONFIG_NSH_DISABLE_WGET not CONFIG_NSH_DISABLE_GET
in one location (found by Kate).
+ * apps/examples/ostest/prioinherit.c: Limit the number of test
+ threds to no more than 3 of each priority. Bad things happen
+ when the existing logic tried to created several hundred test
+ treads!
+