Explanation:
When the output directory doesn't exist, the program segmentation faults. I.e., it yet doesn't check if the output directory exists.
How to reproduce:
(OS: Linux)
Compile the program, then run the program
./kongruent [...] -i <input_dir>/ -o <output_dir>/
If output_dir doesn't exist, the program segmentation faults during export
Explanation:
When the output directory doesn't exist, the program segmentation faults. I.e., it yet doesn't check if the output directory exists.
How to reproduce:
(OS: Linux)
Compile the program, then run the program
If
output_dirdoesn't exist, the program segmentation faults duringexport