From 982027f93eb8ceaccf2d6117b40a49246ecdef41 Mon Sep 17 00:00:00 2001 From: login (__tcoin) (tilde.my.to) Date: Sun, 31 Jan 2021 16:53:36 +0000 Subject: Fixed buffer overflow because of hardcoded lengths In user_has_initialised(..), the path lengths were hardcoded. This has now been changed to being calculated via sizeof(). In get_file_value and add_file_value, strlen() was used. This has also been replaced with sizeof(). ---