lwip/test
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
..
fuzz test/fuzz: Fix use of htons vs. ntohs 2023-05-11 22:10:32 +02:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit Fix out-of-bound access in ip6addr_ntoa_r() 2024-03-07 11:02:37 +02:00