Skip to content

Fix crashing test on several Debian based CI runners

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_mat_test_macro into master

The crash happens due to a undersized char array where one writes after the upper bound when the file path is to long. The problem occurred in the CI pipeline for some users with very long user names.

The quick fix is to enlarge the charcter arrays but on the long term the char arrays should be replaced by strings.

Merge request reports