- Rework the line reading. This version uses a single expanding
authorBill Medland <medbi01@accpac.com>
Fri, 21 Jun 2002 20:12:02 +0000 (20:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jun 2002 20:12:02 +0000 (20:12 +0000)
commit530b4e9aca314f9a5de8261c89c504f041950cc5
tree75b32c7e6db1431a4d880082fa681c0a139f471e
parent6a948491e80ec219c4079e24dca276d92d5f9c23
- 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.
programs/regedit/regproc.c