Check pointer for NULL before attempting to deref. None of the existing
authordtucker <dtucker@openbsd.org>
Tue, 14 Mar 2023 07:26:25 +0000 (07:26 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 14 Mar 2023 07:26:25 +0000 (07:26 +0000)
commit9e5b4079882f48fabe3ef8956aad2d39301f87ae
tree0335470e7d8deaaff528a644cc9b0f4952c28030
parentf31ce3c9b2726c25a5697e4c398f48b203ad8788
Check pointer for NULL before attempting to deref.  None of the existing
callers seem to do that, but it's worth checking.  From Coverity CID
291834, ok djm@
usr.bin/ssh/authfile.c