ethanlcz opened a new pull request, #1369:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1369

   The following error was reported when runing usrsocktest with KASAN check 
enabled.
       ==1348590==ERROR: AddressSanitizer: stack-buffer-overflow on address 
0xf20ec610 at pc 0x56ac61ba bp 0xf20ec278 sp 0xf20ec268
   
   rootcause:
   hdrbuf's size is not large enough to store the data in usrsock's request.
   
   solution:
   double herbuf's size to make sure the space, used to store usrsock's 
request, is enough.
   
   Signed-off-by: liangchaozhong <liangchaozh...@xiaomi.com>
   Change-Id: I9298d4cc85eedf22ccba03ff1c16b85c51ee5c8e
   
   ## Summary
   
   ## 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-unsubscr...@nuttx.apache.org

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

Reply via email to