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
When we have multiple calls to `inet_ntoa()`, this function
might return the same char* even though the underlying string has been
modified.
We'll get the same string if we use this function in a row in a single printf
function(because char* pointed to the same location).
Signed-off-by: Jacky Yin <jjyyg1123@gmail.com>
0 commit comments