authpf: do not sprintf to a null pointer
The fgetln loop will terminate with buf = NULL at EOF.
Reported by: GCC
Reviewed by: kp
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39947
authpf: do not sprintf to a null pointer Tags None Referenced Files None Subscribers None
Description
Details
|