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-b...@mindrot.org Reporter: logana...@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. _______________________________________________ openssh-bugs mailing list openssh-bugs@mindrot.org https://lists.mindrot.org/mailman/listinfo/openssh-bugs