wine/programs/regedit regproc.c

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 21 15:12:02 CDT 2002


ChangeSet ID:	1024690322269427969194115
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/06/21 15:12:02

Modified files:
	programs/regedit: regproc.c 

Log message:
	Bill Medland <medbi01 at accpac.com>
	- Rework the line reading.  This version uses a single expanding
	buffer rather than a main buffer and a "next line" buffer.  This
	version does not overflow the allocated memory (hopefully).  The
	previous version did when concatenating the continuation lines.
	- Add protection to the HexCSVToHex to prevent overflow.
	- Allow for conversion of larger hex values.  Tested on a real 2.6KB
	value.

Patch: http://cvs.winehq.com/patch.py?id=1024690322269427969194115

Revision  Changes    Path
 1.4      +109 -75   wine/programs/regedit/regproc.c




More information about the wine-cvs mailing list