[Bug 203512] usr/src/sys/dev/asmc/asmc.c:882: possible typo ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 2 19:16:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203512

            Bug ID: 203512
           Summary: usr/src/sys/dev/asmc/asmc.c:882: possible typo ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

[usr/src/sys/dev/asmc/asmc.c:882]: (error) Buffer is accessed out of bounds:
buf2

    snprintf(buf2, sizeof(buf), " %02x", v[i]);

maybe

    snprintf(buf2, sizeof(buf2), " %02x", v[i]);

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


More information about the freebsd-bugs mailing list