mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
07ec589dd3
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. |
||
---|---|---|
.. | ||
fuzz | ||
sockets | ||
unit |