[Bug 3559] Mini memory leak and needless(?) const/static qualifier.

2023-04-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3559 --- Comment #2 from Markus Schmidt --- On further thought, the function could be abandoned alltogether and the two callers could simply call pkalgs = match_filter_allowlist(KEX_DEFAULT_PK_ALG, all_key); themselves and free the result. -- Yo

[Bug 3559] Mini memory leak and needless(?) const/static qualifier.

2023-04-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3559 Markus Schmidt changed: What|Removed |Added Severity|enhancement |trivial --- Comment #1 from Markus Schmi