diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 15:01:50 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-03 15:01:50 +0100 |
commit | 12931edab795b7caeb70323e2959b5e5503c5980 (patch) | |
tree | e87a58862d07d6a3dec7ff396673e1f22a98b57f /uhttpd.h | |
parent | 73c843c1186c74e897022a3edb88d0d4f0ff27dc (diff) |
fix use-after-realloc issue with the request url
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ struct http_request { int content_length; bool expect_cont; uint8_t transfer_chunked; - const char *url; const struct auth_realm *realm; }; |