fixed bug #38066 Raw pcbs can alter packet without eating it: added assertion to check that p->payload is unchanged

This commit is contained in:
Simon Goldschmidt
2013-01-11 21:59:26 +01:00
parent d237ec7e78
commit 769b2a3e30
2 changed files with 10 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ HISTORY
++ Bugfixes:
2013-01-11: Simon Goldschmidt
* raw.c: fixed bug #38066 Raw pcbs can alter packet without eating it
2012-09-26: Simon Goldschmidt
* api_msg.c: fixed bug #37405 'err_tcp()' uses already freed 'netconn' object