Skip to content
Snippets Groups Projects
Florian Uhlig's avatar
Administrator authored
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.
900efe5e
History