Date: Fri, 02 Oct 2015 19:16:04 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203512] usr/src/sys/dev/asmc/asmc.c:882: possible typo ? Message-ID: <bug-203512-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: dcb314@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203512-8>