FreeBSD Bugzilla – Attachment 211646 Details for
Bug 244123
libfetch: memory leak when processing multiple HTTP location response headers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to libfetch
patch (text/plain), 355 bytes, created by
Hans Christian Woithe
on 2020-02-14 14:11:18 UTC
(
hide
)
Description:
patch to libfetch
Filename:
MIME Type:
Creator:
Hans Christian Woithe
Created:
2020-02-14 14:11:18 UTC
Size:
355 bytes
patch
obsolete
>Index: lib/libfetch/http.c >=================================================================== >--- lib/libfetch/http.c (revision 357911) >+++ lib/libfetch/http.c (working copy) >@@ -1852,7 +1852,7 @@ > break; > } > if (new) >- free(new); >+ fetchFreeURL(new); > if (verbose) > fetch_info("%d redirect to %s", > conn->err, p);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244123
: 211646 |
211647