lwip/test/unit/core
Erik Ekman 145efb1a33 Fix edge case in pbuf_take_at()
Writes to offsets pointing to the start of a pbuf in the chain
did nothing and just returned ERR_OK.

Added unit tests to verify the fix, and also
that pbuf_get_at()/pbuf_put_at() handles this case.
2015-08-03 20:34:08 +02:00
..
test_mem.c Fixed compiler warnings in unit tests 2015-03-06 07:39:06 +01:00
test_mem.h Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:46:18 +02:00
test_pbuf.c Fix edge case in pbuf_take_at() 2015-08-03 20:34:08 +02:00
test_pbuf.h Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 2014-05-19 21:46:18 +02:00