summary refs log tree commit diff
diff options
context:
space:
mode:
authorlogin (__tcoin) (tilde.my.to)2021-01-31 19:11:32 +0000
committerlogin (__tcoin) (tilde.my.to)2021-01-31 19:11:32 +0000
commit57bb322f7babb47e4456fc298dcf30ef4e8a6fbb (patch)
tree713a4467b216fb673d3477b3bccc7b8ff854e947
parent982027f93eb8ceaccf2d6117b40a49246ecdef41 (diff)
More buffer overflows fixed
There were many more places where I had hardcoded values, but
should have used strlen() or sizeof(). I have gone through
tcoin.cpp and pcoin.cpp, found those, and fixed them.

Hopefully, this is all of them.
-rw-r--r--pcoin.cpp0
-rw-r--r--tcoin.cpp0
2 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index 1a47060..c5edfd4 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp
diff --git a/tcoin.cpp b/tcoin.cpp
index 27f206e..1294254 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp