Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ja4 - fix unwanted conversion to std::string causing heap use-after-free
- std::make_pair() creates a pair of strings, which are however converted immediately to string_views to statisfy the `process_header_pair` arguments.
- Loading branch information