Projects Recent Builds Queue
More
About Docs Report an issue
Login

Report: gh-melezhik-sparky@22393 [run by scm HEAD [a4ff6f9a]] at 2024-07-14 09:39:19

Rebuild
Terminate
  • Report
  • Artifacts
  • System Log
  • Recent Data

      
no artifacts found
no data
09:40:39 :: 🐞 BLD:     inlined from 'compute_sha1' at src/sha1.c:247:5: 
09:40:39 :: 🐞 BLD: src/sha1.c:190:13: warning: 'SHA1_Transform' reading 64 bytes from a region of size 8 [-Wstringop-overread] 
09:40:39 :: 🐞 BLD:   190 |             SHA1_Transform(context->state, data + i); 
09:40:39 :: 🐞 BLD:       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
09:40:39 :: 🐞 BLD: src/sha1.c:190:13: note: referencing argument 2 of type 'const unsigned char[64]' 
09:40:39 :: 🐞 BLD: src/sha1.c: In function 'compute_sha1': 
09:40:39 :: 🐞 BLD: src/sha1.c:113:13: note: in a call to function 'SHA1_Transform' 
09:40:39 :: 🐞 BLD:   113 | static void SHA1_Transform(unsigned int state[5], const unsigned char buffer[64]) 
09:40:39 :: 🐞 BLD:       |             ^~~~~~~~~~~~~~