Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http: do not double free scry cache path (#606)
Resolves #604 The root of the issue here is that `sax_p` and `nax_p` contain the same noun. The value from `sax_p` later becomes the key for `nax_p`. When we later free both maps in `_http_io_exit` we end up with a double free.
- Loading branch information