Skip to content

V2.3.3 Patch 1

Compare
Choose a tag to compare
@AniruddhaKanhere AniruddhaKanhere released this 13 Nov 01:20
· 659 commits to main since this release

Updated FreeRTOS_inet_pton4() so it rejects IP addresses that
have leading zeros. Previously, if the IP address had leading
zeros, perhaps because it was entered in octal format, the
address was interpreted as decimal (the leading zeros were
stripped). That could result in the function returning an
unexpected IP address.