bugzilla-daemon at mindrot.org
2021-Apr-08 17:29 UTC
[Bug 3294] New: Build warning in mm_answer_keyallowed()
https://bugzilla.mindrot.org/show_bug.cgi?id=3294
Bug ID: 3294
Summary: Build warning in mm_answer_keyallowed()
Product: Portable OpenSSH
Version: 8.5p1
Hardware: Other
OS: Windows 10
Status: NEW
Severity: minor
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: balu.gajjala at gmail.com
Warning C4133 'function': incompatible types - from 'mm_keytype
*' to
'u_int32_t *
Code change,
From
if ((r = sshbuf_get_u32(m, &type)) != 0 ||
To
if ((r = sshbuf_get_u32(m, &(u_int32_t)type)) != 0 ||
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Apr-08 17:29 UTC
[Bug 3294] Build warning in mm_answer_keyallowed()
https://bugzilla.mindrot.org/show_bug.cgi?id=3294
balu <balu.gajjala at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |balu.gajjala at gmail.com
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2021-Apr-09 04:12 UTC
[Bug 3294] Build warning in mm_answer_keyallowed()
https://bugzilla.mindrot.org/show_bug.cgi?id=3294
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dtucker at dtucker.net
Resolution|--- |DUPLICATE
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
This was fixed in
https://github.com/openssh/openssh-portable/commit/160db17fc678ceb5e3fd4a7e006cc73866f484aaafter
8.5.
*** This bug has been marked as a duplicate of bug 3269 ***
--
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
2021-Apr-23 05:08 UTC
[Bug 3294] Build warning in mm_answer_keyallowed()
https://bugzilla.mindrot.org/show_bug.cgi?id=3294
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
closing resolved bugs as of 8.6p1 release
--
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.