Open Hecklezz opened 2 months ago
For QA: there were code quality improvements made in #2507, which shouldn't affect any visible behavior.
Nothing to test. Moving this to Pending Release.
Passed QA according to the Dan-Linden comment. The issue was investigated in the scope of https://github.com/secondlife/iqa/issues/356. The ticket is in Pending Release status and has not been changed.
Description
Unless I'm mistaken, is line 219 in llmd5.cpp not supposed to be:
memset (buffer, 0, sizeof(buffer));
or more preferably in modern c++:buffer = {};
Or is it intentional that only the first byte of the buffer is getting zeroized?