]> git.ipfire.org Git - thirdparty/squid.git/commit
negotiate_sspi_auth: Fix command debugging (-v) (#2025)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 16 Mar 2025 14:15:56 +0000 (14:15 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 16 Mar 2025 20:42:25 +0000 (20:42 +0000)
commit65ad598418b11f81ca655fa425cffe34a77e69b9
treed25640558da517e5a18c11939ee8248a3d3f02c3
parent917ab84d6f2a70b2ce0e16079c25c6639f305fe8
negotiate_sspi_auth: Fix command debugging (-v) (#2025)

Terminate helper_command buffer before using it as a c-string. Supported
helper commands have two characters.

This change also reduces MinGW build errors.
src/auth/negotiate/SSPI/negotiate_sspi_auth.cc