mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Change sensitive strbufs/sgrowarrays to the new _nm version.
The _nm strategy is slower, so I don't want to just change everything over no matter what its contents. In this pass I've tried to catch everything that holds the _really_ sensitive things like passwords, private keys and session keys.
This commit is contained in:
@ -58,7 +58,7 @@ int platform_make_x11_server(Plug *plug, const char *progname, int mindisp,
|
||||
|
||||
int displayno;
|
||||
|
||||
authfiledata = strbuf_new();
|
||||
authfiledata = strbuf_new_nm();
|
||||
|
||||
int nsockets = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user