Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 02:10:05 GMT
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/80742: [PATCH] Local DoS in sys/compat/pecoff (+ other fixes)
Message-ID:  <200505080210.j482A5Fj087627@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/80742; it has been noted by GNATS.

From: Maxim Konovalov <maxim@macomnet.ru>
To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl>
Cc: bug-followup@freebsd.org
Subject: Re: kern/80742: [PATCH] Local DoS in sys/compat/pecoff (+ other
 fixes)
Date: Sun, 8 May 2005 06:01:50 +0400 (MSD)

 [...]
 > >Fix:
 > Specification doesn't remind about possibility of negative values of PEOFS, so this
 > variable might be declared as "unsigned". My patch contains also:
 > - fix for bug
 > - style(9) fixes/consistent malloc checking
 > - proper error handling
 > - DPRINTF from .c file -> PE_DEBUG in .h file with more readable output.
 > - DEBUG -> PECOFF_DEBUG, since debugging code is enabled when PECOFF_DEBUG
 >   is defined (not DEBUG)
 [...]
 
 Please, please don't mix style(9) and functional changes in a one
 diff, it's very hard to read it.  Personally, I don't think they are
 needed at all.
 
 -- 
 Maxim Konovalov



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