ChangeSet ID: 1024690322269427969194115 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/21 15:12:02
Modified files: programs/regedit: regproc.c
Log message: Bill Medland medbi01@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