]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
F5: fix old options leak on reconnect
authorDaniel Lenski <dlenski@gmail.com>
Mon, 8 Feb 2021 21:38:40 +0000 (13:38 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 29 Mar 2021 03:13:30 +0000 (20:13 -0700)
commitf0855f1d3005712ef47d736f7515e93084087fe5
treeaba310ccf9dbb8ab277a53d8c9c9ac7317ffa12e
parentee0a7efcd256ebc797af2fe82595fddd3f7b1650
F5: fix old options leak on reconnect

Need to save in cstp_options, but also strdup() because
process_http_response() will clobber them if we don't

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
f5.c