Skip to content
Snippets Groups Projects
Commit 900efe5e authored by Administrator's avatar Administrator Committed by Pierre-Alain Loizeau
Browse files

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.
parent 5a41ae2e
No related branches found
No related tags found
1 merge request!1473Fix crashing test on several Debian based CI runners
Pipeline #25345 passed