]> git.ipfire.org Git - thirdparty/cups.git/commit
Avoid infinite loop in admin.cgi when negotiate is used
authorSamuel Cabrero <scabrero@suse.de>
Mon, 26 Oct 2020 16:35:22 +0000 (17:35 +0100)
committerSamuel Cabrero <scabrero@suse.de>
Tue, 27 Oct 2020 16:30:33 +0000 (17:30 +0100)
commitd4521ed0df7e625ccf2bc079bab6f48c46ef9bf9
tree1a51393b02fe76e184d25258bc227ca3b0111386
parent82e3ee0e3230287b76a76fb8f16b92ca6e50b444
Avoid infinite loop in admin.cgi when negotiate is used

SetAuthorizationString with NULL argument sets an empty string.

Related: #5596

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
cups/auth.c