[Bug 3269] sshbuf_get_u32() called with enum type argument in monitor.c

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Mar 4 08:28:57 AEDT 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3269

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
OpenSSH has traditionally required only c89, and that (or at least the
drafts of it available online) says:

6.1.3.3 Enumeration constants
[...]
   An identifier declared as an enumeration constant has type int.

configure calls AC_PROG_CC which automatically calls AC_PROG_CC_C89, so
the compiler should be in c89 mode.

What is the compiler in question?  Does it do c89?

-- 
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.


More information about the openssh-bugs mailing list