[Bug 3774] New: Fuzzing-harness for sntrup761 broken on Ubuntu 24 LTS

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jan 13 14:02:24 AEDT 2025


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.


More information about the openssh-bugs mailing list