fixed bug #39356 Wrong increment in pbuf_memfind()

This commit is contained in:
Simon Goldschmidt
2014-02-25 22:34:27 +01:00
parent dceed2ea5c
commit e9908048ec
2 changed files with 4 additions and 3 deletions

View File

@@ -96,6 +96,9 @@ HISTORY
++ Bugfixes:
2014-02-25: Simon Goldschmidt, patch by Fatih Asici
* pbuf.c: fixed bug #39356 Wrong increment in pbuf_memfind()
2014-02-25: Simon Goldschmidt
* netif.c/.h, udp.c: fixed bug #39225 udp.c uses netif_matches_ip6_addr() incorrectly;
renamed function netif_matches_ip6_addr() to netif_get_ip6_addr_match()