Skip to content

Conversation

@Tal500
Copy link
Contributor

@Tal500 Tal500 commented May 21, 2025

This was catched using the leak sanitizer that is part of the address sanitizer.

On the line ret[header2] = tokens;, sometimes there is already a key header2 in the ret map, causing both overriding(leak) and wasteful header tokenizing (two times at least).

This was catched using the leak sanitizer that is part of the address sanitizer.

On the line `ret[header2] = tokens;`, sometimes there is already a key `header2` in the `ret` map, causing both overriding(leak) and wasteful header tokenizing (two times at least).
@Tal500 Tal500 marked this pull request as draft May 21, 2025 16:42
@Tal500
Copy link
Contributor Author

Tal500 commented May 22, 2025

Closing as unneeded, since the memory leak was found and avoided correctly in #429

@Tal500 Tal500 closed this May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant