You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: subsys/net/ip/utils.c
Function: z_impl_net_addr_ntop
If family == AF_INET, w declared on line 150 is not initialized but it may be used on line 236.
The text was updated successfully, but these errors were encountered:
I think you have a false positive here. If the family is AF_INET (then len = 4), the code only loop in IPv4 branch between lines 198 - 216 and never gets to line 236.
File: subsys/net/ip/utils.c
Function: z_impl_net_addr_ntop
If family == AF_INET, w declared on line 150 is not initialized but it may be used on line 236.
The text was updated successfully, but these errors were encountered: