You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/01 09:31:54 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1245: Use thread-safe ntoa functions

pkarashchenko commented on code in PR #1245:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1245#discussion_r934329134


##########
examples/ipcfg/ipcfg_main.c:
##########
@@ -281,8 +281,9 @@ static void ipcfg_dump_ipv4addr(FAR const char *variable, in_addr_t address)
       {
         address
       };
+      char inetaddr[INET_ADDRSTRLEN + 2];

Review Comment:
   ```suggestion
   
         char inetaddr[INET_ADDRSTRLEN + 2];
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org