From 57bb322f7babb47e4456fc298dcf30ef4e8a6fbb Mon Sep 17 00:00:00 2001 From: login (__tcoin) (tilde.my.to) Date: Sun, 31 Jan 2021 19:11:32 +0000 Subject: 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. ---