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
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment