summary refs log tree commit diff
path: root/pcoin.cpp
diff options
context:
space:
mode:
authorlogin (__tcoin) (tilde.my.to)2021-01-31 16:53:36 +0000
committerlogin (__tcoin) (tilde.my.to)2021-01-31 16:53:36 +0000
commit982027f93eb8ceaccf2d6117b40a49246ecdef41 (patch)
tree113e170eab358f3800ee23194892ff33ef556319 /pcoin.cpp
parent77973561190c25f5fa8dff8ab71d3f2829489dbf (diff)
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().
Diffstat (limited to 'pcoin.cpp')
-rw-r--r--pcoin.cpp0
1 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index 47f9abb..1a47060 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp