regedit: Null-terminate REG_EXPAND_SZ and REG_MULTI_SZ data if the parsed hex data...
commit3908296237b0a325c694b7dc3a6893d4fd3bc355
authorHugh McMaster <hugh.mcmaster@outlook.com>
Thu, 6 Jul 2017 11:18:58 +0000 (6 11:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Jul 2017 16:50:48 +0000 (6 18:50 +0200)
tree623a93ea21ca945ebaaf3db47c64f6aad5032ab8
parent7b95ddcb04ac83bdc5614a5049cbbb82b7f2e306
regedit: Null-terminate REG_EXPAND_SZ and REG_MULTI_SZ data if the parsed hex data does not end in a null-terminating character.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/regedit/regproc.c
programs/regedit/tests/regedit.c