]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a memory overflow where the input length to g_gpt_utf8_to_utf16()
authorMatthew D Fleming <mdf@FreeBSD.org>
Fri, 7 Jan 2011 16:46:20 +0000 (16:46 +0000)
committerMatthew D Fleming <mdf@FreeBSD.org>
Fri, 7 Jan 2011 16:46:20 +0000 (16:46 +0000)
commited7beddc48d91ae7155c349c22122a8bf363d01f
tree503802ad08796611c60c13e98430102d88b3124c
parent8997563c9ac770eed6b5f2e1e8c5df3c1ed6c52e
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 >
MFC after: 3 days
sys/geom/part/g_part_gpt.c