Fixed bug #27316 (netconn: Possible deadlock in err_tcp) by using sys_mbox_trypost in err_tcp

This commit is contained in:
goldsimon
2010-01-19 18:34:01 +00:00
parent 972ca9e6c1
commit 52389fc09a
2 changed files with 11 additions and 3 deletions

View File

@@ -50,6 +50,9 @@ HISTORY
++ Bugfixes:
2010-01-19: Simon Goldschmidt
* api_msg.c: Fixed bug #27316: netconn: Possible deadlock in err_tcp
2010-01-18: Iordan Neshev/Simon Goldschmidt
* src/netif/ppp: reorganised PPP sourcecode to 2.3.11 including some
bugfix backports from 2.4.x.