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 2020/02/26 06:08:15 UTC

[GitHub] [incubator-nuttx-apps] Bhindhiya opened a new pull request #104: IP Header issue for IPv4 fixed

Bhindhiya opened a new pull request #104: IP Header issue for IPv4 fixed
URL: https://github.com/apache/incubator-nuttx-apps/pull/104
 
 
   In IP Forwarding application for IPv4, 
   the function 'net_ipv4addr_hdrcopy(dest,src) - (Path: nuttx/include/nuttx/net/ip.h),' 
   expects a pointer for copying source IP to destination IP.
   
   But in the application (Path: apps/examples/ipforward/ipforward.c), the value is passed directly instead of the address of the parameters which creates the issue.
   
   The issue is rectified by the above fix.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] patacongo merged pull request #104: IP Header issue for IPv4 fixed

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #104: IP Header issue for IPv4 fixed
URL: https://github.com/apache/incubator-nuttx-apps/pull/104
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services