lwip/test/unit/ip6
Sergey Fionov 07ec589dd3 Fix out-of-bound access in ip6addr_ntoa_r()
When detecting that zero is single, code reads the next group even if it is last group.

If next bytes are not-null, last zero is not omitted.

If next bytes are null, last zero is omitted, but since there are no groups left,
finishing ':' will not be written, resulting in invalid address.

This commit turns off non-single zero check for the last group.
2024-03-07 11:02:37 +02:00
..
test_ip6.c Fix out-of-bound access in ip6addr_ntoa_r() 2024-03-07 11:02:37 +02:00
test_ip6.h fix bug #53971 Lwip sends Router Solicitation on address changes 2018-06-08 22:18:50 +02:00