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/22 23:57:57 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #359: tools/zds/zdsar.c: Correct memory corruption bug

patacongo opened a new pull request #359: tools/zds/zdsar.c:  Correct memory corruption bug
URL: https://github.com/apache/incubator-nuttx/pull/359
 
 
   A pointer to a string in a memory buffer was losing its value.  The reason was that the buffer was occasionally being used for other purposes.  The fix is to strdup() the string so that there is a private, protected copy.

----------------------------------------------------------------
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] Ouss4 merged pull request #359: tools/zds/zdsar.c: Correct memory corruption bug

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #359: tools/zds/zdsar.c:  Correct memory corruption bug
URL: https://github.com/apache/incubator-nuttx/pull/359
 
 
   

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