Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 1996 12:00:29 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 userconfig.c
Message-ID:  <199611122000.MAA21322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/11/12 12:00:27

  Modified:    sys/i386/i386  userconfig.c
  Log:
  Fixed buffer overflow for large values in editval().  The buffers were
  one too small for (hex) 12345678 and 4 too small for -1234567890.  Large
  values can be created by config and userconfig although not (previously)
  by visual userconfig.
  
  Fixed a sign extension bug for backspacing on "negative" hex values in
  editval().
  
  Increased field width and range for `flags' so that all possible values
  can be displayed and edited.
  
  Revision  Changes    Path
  1.68      +5 -5      src/sys/i386/i386/userconfig.c



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