Date: Tue, 11 Jan 2011 17:16:50 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/part g_part_gpt.c Message-ID: <201101111717.p0BHHAOP071768@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2011-01-11 17:16:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/geom/part g_part_gpt.c
Log:
SVN rev 217268 on 2011-01-11 17:16:50Z by mdf
MFC r217109:
Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()
was specified incorrectly, causing the bzero to run past the end of a
malloc(9)'d object.
Submitted by: Eric Youngblut < eyoungblut AT isilon DOT com >
Revision Changes Path
1.16.2.14 +4 -2 src/sys/geom/part/g_part_gpt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101111717.p0BHHAOP071768>
