cvs commit: src/sys/contrib/dev/acpica rsaddr.c rsirq.c

Nate Lawson njl at FreeBSD.org
Fri Sep 19 12:08:57 PDT 2003


njl         2003/09/19 12:08:56 PDT

  FreeBSD src repository

  Modified files:        (Branch: INTEL)
    sys/contrib/dev/acpica rsaddr.c rsirq.c 
  Log:
  Fix an overflow in the resource list code for Address16, 32, 64, and
  extended irq lists.  If the resource has a trailing byte but not the full
  resource string, do not attempt to parse the resource string.  This fixes
  panics on transition to battery and shutdown for Larry.  Patch has been
  submitted to vendor and they will incorporate in next release.
  
  Tested by:      Larry Rosenman <ler at lerctr.org>
  PR:             kern/56254
  
  Revision  Changes    Path
  1.1.1.12  +30 -10    src/sys/contrib/dev/acpica/rsaddr.c
  1.1.1.13  +12 -1     src/sys/contrib/dev/acpica/rsirq.c


More information about the cvs-all mailing list