lupyuen commented on PR #3517:
URL: https://github.com/apache/nuttx-apps/pull/3517#issuecomment-4619333103

   @pbarada Could you check this error? Thanks :-)
   
https://github.com/apache/nuttx-apps/actions/runs/26888626961/job/79428686703#step:10:943
   ```
   Configuration/Tool: esp32-devkitc/crypto
   hash.c: In function 'hash_main':
   Error: hash.c:1081:3: error: 'huge_block' may be used uninitialized 
[-Werror=maybe-uninitialized]
    1081 |   free(huge_block);
         |   ^~~~~~~~~~~~~~~~
   hash.c:913:18: note: 'huge_block' was declared here
     913 |   unsigned char *huge_block = NULL;
         |                  ^~~~~~~~~~
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to