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 2021/11/08 15:20:25 UTC

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request #4804: netdb: fix access within misaligned address error

GUIDINGLI opened a new pull request #4804:
URL: https://github.com/apache/incubator-nuttx/pull/4804


   
   
   ## Summary
   
   netdb: fix access within misaligned address error
   
   netdb/lib_dnsquery.c:444:14: runtime error: member access within misaligned address 0xef2f5a1b for type 'struct dns_question_s', which requires 2 byte alignment
   0xef2f5a1b: note: pointer points here
    63  6f 6d 00 00 01 00 01 c0  0c 00 05 00 01 00 00 00  1c 00 1a 05 6d 75 73 69  63 06 6e 74 65 73 35
                 ^
   netdb/lib_dnsquery.c:445:14: runtime error: member access within misaligned address 0xef2f5a1b for type 'struct dns_question_s', which requires 2 byte alignment
   0xef2f5a1b: note: pointer points here
    63  6f 6d 00 00 01 00 01 c0  0c 00 05 00 01 00 00 00  1c 00 1a 05 6d 75 73 69  63 06 6e 74 65 73 35
                 ^
   
   ## Impact
   
   ## Testing
   
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4804: netdb: fix access within misaligned address error

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4804:
URL: https://github.com/apache/incubator-nuttx/pull/4804


   


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