Skip to content

bugfix: fix memory error

Cédric Roux requested to merge fix-libconfig into develop

Using valgrind revealed that those two arrays were too small. Let's use 512 bytes, which should be enough for every practical cases.

Merge request reports