Fix crashing test on several Debian based CI runners
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
Activity
requested review from @e.clerkin
assigned to @p.-a.loizeau
Dear @f.uhlig, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
mentioned in merge request !1460 (merged)
Looks okay to me to merge after tests pass.
Please remove from duplicate commit from !1460 (merged) when merged.
enabled an automatic merge when the pipeline for 900efe5e succeeds