ChangeSet ID: 1024690322269427969194115
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/06/21 15:12:02
Modified files:
programs/regedit: regproc.c
Log message:
Bill Medland <medbi01(a)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
ChangeSet ID: 1024690256119619611957209
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/06/21 15:10:56
Modified files:
programs/regedit/tests: regedit.pl
Log message:
Bill Medland <medbi01(a)accpac.com>
Correct the comparison of two files. Just because they are the same
size doesn't mean they have the same content.
Patch: http://cvs.winehq.com/patch.py?id=1024690256119619611957209
Revision Changes Path
1.2 +1 -14 wine/programs/regedit/tests/regedit.pl
ChangeSet ID: 1024690174380143351926566
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/06/21 15:09:34
Modified files:
include : rpcproxy.h
Log message:
Gregg Mattinson <gm138242(a)scot.canada.sun.com>
Moved all #includes to the top so that __stdcall is defined for the
declaration of IIDLookupRtn.
Patch: http://cvs.winehq.com/patch.py?id=1024690174380143351926566
Revision Changes Path
1.3 +2 -3 wine/include/rpcproxy.h