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/04/28 07:37:36 UTC

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6161: Fix udp recvfrom to correctly return addrlen

michi-jung commented on code in PR #6161:
URL: https://github.com/apache/incubator-nuttx/pull/6161#discussion_r860577855


##########
net/udp/udp_recvfrom.c:
##########
@@ -351,11 +352,13 @@ static inline void udp_sender(FAR struct net_driver_s *dev,
           else
 #endif
             {
+              FAR socklen_t *fromlen = pstate->ir_fromlen;

Review Comment:
   Ok, did this. Thanks.



-- 
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