[Bug 2177] New: wrong sizeof() parameter following chacha20 commit

bugzilla-daemon at natsu.mindrot.org bugzilla-daemon at natsu.mindrot.org
Mon Dec 2 07:35:44 EST 2013


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

            Bug ID: 2177
           Summary: wrong sizeof() parameter following chacha20 commit
           Product: Portable OpenSSH
           Version: -current
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: sshd
          Assignee: unassigned-bugs at mindrot.org
          Reporter: loganaden at gmail.com

Created attachment 2380
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2380&action=edit
wrong sizeof()

Following the recent chacha20 commit:

from cipher.c:

 bzero(&cc->cp_ctx, sizeof(&cc->cp_ctx));

'&' should be omitted, in that case.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list