eenurkka commented on a change in pull request #5840:
URL: https://github.com/apache/incubator-nuttx/pull/5840#discussion_r835194764



##########
File path: drivers/rptun/rptun.c
##########
@@ -953,7 +953,7 @@ int rptun_initialize(FAR struct rptun_dev_s *dev)
       goto err_driver;
     }
 
-  snprintf(arg1, 16, "0x%" PRIxPTR, (uintptr_t)priv);
+  snprintf(arg1, 19, "0x%" PRIxPTR, (uintptr_t)priv);

Review comment:
       Right, will re-post




-- 
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-unsubscr...@nuttx.apache.org

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


Reply via email to