fixed bugs #41495 Possible threading issue in select() and #43278

event_callback() handle context switch when calling sys_sem_signal()
This commit is contained in:
sg
2014-10-28 22:28:50 +01:00
parent b89e10c3e6
commit d6fbe2a5ad
2 changed files with 6 additions and 1 deletions

View File

@@ -127,6 +127,10 @@ HISTORY
++ Bugfixes:
2014-10-21: Simon Goldschmidt (patch by Joel Cunningham and Albert Huitsing)
* sockts.c: fixed bugs #41495 Possible threading issue in select() and #43278
event_callback() handle context switch when calling sys_sem_signal()
2014-10-21: Simon Goldschmidt
* api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set