Actions
Bug #2457
closedMemory leak in http_auth.c
ASK QUESTIONS IN Forums:
Description
A password buffer is created at the top of the http_auth_basic_check() function, but it is not free'd in all paths out of the funtion. Namely, the first two returns in the function fail to free the buffer.
The attached patch corrects this issue.
Files
Updated by stbuehler about 11 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2904.
Actions
Also available in: Atom