ShaiviAgarwal2 commented on issue #491:
URL: https://github.com/apache/celix/issues/491#issuecomment-2574858676

   @PengZheng 
   To solve the problem of return values for `asprintf` and `vasprintf`, we 
need to perform certain steps:
   Firstly, we have to search for all instances of `asprintf` and `vasprintf` 
in the codebase.
   Then for each identified instance, check the return value to ensure it is 
not `-1`. If the return value is `-1`, we need to handle it appropriately.
   Finally we will modify the code to include checks for the return values of 
`asprintf` and `vasprintf`
   
   Am I thinking in right direction?


-- 
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: dev-unsubscr...@celix.apache.org

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

Reply via email to