3 Aug
2003
3 Aug
'03
4:34 a.m.
"Lionel Ulmer" <lionel.ulmer(a)free.fr> wrote:
The attached patch fixes all crashes on my box, but well, as I am not very familiar with this code, sent it to wine-devel and not wine-patches for review by Registry gurus :-)
I'm not a Registry guru by all means :-), but IMO the real bugs are at lines 701: new_key_name = _strdupnA(key_name,strlen(key_name)+dkh->keynamelen+1); and 1011: new_key_name = _strdupnA(key_name,strlen(key_name)+nk->name_len+1); which incorrectly do request to copy too much bytes. -- Dmitry.