Skip to content

Fix -k argument processing to avoid out-of-bounds memory accesses

Petr Špaček requested to merge k_param into master

Mangling of keyfile_dir and allocation of keyfile_path led to rare crashes (and Valgrind complaints).

The error was introduced in 21f3a6b9.

Merge request reports