bugfix: fix memory error
Using valgrind revealed that those two arrays were too small. Let's use 512 bytes, which should be enough for every practical cases.
Showing
Please register or sign in to comment
Using valgrind revealed that those two arrays were too small. Let's use 512 bytes, which should be enough for every practical cases.