Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2020 12:53:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246357] [PATCH] sysutils/cciss_vol_status: Fix &&/&-incorrect usage and a 1-byte buffer overrun
Message-ID:  <bug-246357-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246357

            Bug ID: 246357
           Summary: [PATCH] sysutils/cciss_vol_status: Fix &&/&-incorrect
                    usage and a 1-byte buffer overrun
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pen@lysator.liu.se
                CC: fw@moov.de
             Flags: maintainer-feedback?(fw@moov.de)
                CC: fw@moov.de

Created attachment 214348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214348&action=
=3Dedit
Patch to fix a number of bugs in cciss_vol_status 1.12

Please find enclosed a simple patch that fixes a number of bugs in
cciss_vol_status 1.12:

1. Incorrect usage of "&&" (logical-AND) that should be "&" (bitwise-AND).
2. Off-by-one buffer overrun.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246357-7788>