Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2010 18:28:17 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fb vesa.c
Message-ID:  <201005181828.o4IISXLQ075980@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-05-18 18:28:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fb           vesa.c 
  Log:
  SVN rev 208276 on 2010-05-18 18:28:17Z by jkim
  
  Remove unnecessary pointer increment.  A wrong pointer may be passed to
  free(9) and it can cause kernel panic when there are multiple graphics
  controllers in the system.
  
  Tested by:      Brandon Gooch (jamesbrandongooch at gmail dot com)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.36      +4 -4      src/sys/dev/fb/vesa.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005181828.o4IISXLQ075980>