bugzilla-daemon at mindrot.org
2025-Jan-13 03:02 UTC
[Bug 3774] New: Fuzzing-harness for sntrup761 broken on Ubuntu 24 LTS
https://bugzilla.mindrot.org/show_bug.cgi?id=3774 Bug ID: 3774 Summary: Fuzzing-harness for sntrup761 broken on Ubuntu 24 LTS Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: major Priority: P5 Component: Regression tests Assignee: unassigned-bugs at mindrot.org Reporter: loganaden at gmail.com Created attachment 3851 --> https://bugzilla.mindrot.org/attachment.cgi?id=3851&action=edit sntrup761 fix for broken fuzzing on Ubuntu 24 LTS When running make, I'm getting this error on ubuntu 24 LTS. ../../../sntrup761.c:1623:10: error: cannot initialize a variable of type 'int32_t *' (aka 'int *') with an lvalue of type 'void *' int32 *x = array; ^ ~~~~~ ../../../sntrup761.c:1685:18: error: cannot initialize a variable of type 'crypto_uint32 *' (aka 'unsigned int *') with an lvalue of type 'void *' crypto_uint32 *x = array; ^ ~~~~~ 2 errors generated. The attached patch fixes the issue. Feedback welcome. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2025-Jan-13 03:06 UTC
[Bug 3774] Fuzzing-harness for sntrup761 broken on Ubuntu 24 LTS
https://bugzilla.mindrot.org/show_bug.cgi?id=3774 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Thanks, the fix is correct, but we need to replicate it in sntrup761.sh so future imports from SUPERCOP pick it up too. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2025-Jan-13 03:08 UTC
[Bug 3774] Fuzzing-harness for sntrup761 broken on Ubuntu 24 LTS
https://bugzilla.mindrot.org/show_bug.cgi?id=3774 --- Comment #2 from Loganaden Velvindron <loganaden at gmail.com> --- We will work on it. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.