get_request_destination_elsewhere(): Prevent unlikely dereference of a NULL-pointer
authorFabian Keil <fk@fabiankeil.de>
Tue, 10 Nov 2020 12:50:59 +0000 (13:50 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 18 Nov 2020 11:01:49 +0000 (12:01 +0100)
commit75301323495579ff27bdaaea67e31e2df83475fc
tree1b53fc8539297094449878a6bb8a55af384cc984
parentcf5640eb2a57197717758e225ad6e11cbaab1d6c
get_request_destination_elsewhere(): Prevent unlikely dereference of a NULL-pointer

... if getting the destination fails and list_to_text() fails
as well.

CID 267165
jcc.c