Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 16:46:20 +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:  <201101071646.p07GkXUN035414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdf         2011-01-07 16:46:20 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part_gpt.c 
  Log:
  SVN rev 217109 on 2011-01-07 16:46:20Z by mdf
  
  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
  
  Revision  Changes    Path
  1.30      +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?201101071646.p07GkXUN035414>