forked from squid-cache/squid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NTLM/Negotiate: Fix crash on bad helper TT responses (squid-cache#1645)
Helper lookup may be made without a client HTTP Request, (stored in lm_request->request). But in Helper::TT cases the lm_request->request was dereferenced without any checks.
- Loading branch information
1 parent
853de11
commit 87baadf
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters