Projects Recent Builds Queue
More
About Docs Report an issue
Login

Report: gh-melezhik-sparky@22434 [triggered by user admin] at 2024-07-15 17:32:35

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

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