Add missing NULL check after group_get()
authortb <tb@openbsd.org>
Fri, 31 Mar 2023 20:16:55 +0000 (20:16 +0000)
committertb <tb@openbsd.org>
Fri, 31 Mar 2023 20:16:55 +0000 (20:16 +0000)
commit84e14747b93917bcd428efb52720e81cda785038
tree0a1a3f5c5455c2fbcf1c1a309bab779d96b314c5
parent79f1e4fb79ed054bd147e8a107768801ed2eae07
Add missing NULL check after group_get()

Otherwise dh_getlen() will dereference ie->group and crash.

looks correct to hshoexer
sbin/isakmpd/ike_quick_mode.c