Block a user
Add news feed blocklist support
Replace zzz.i2p links in about popup
Add news feed blocklist support
(minor) Wrong version number displayed in interface
Buffer overflow detected
Here's my proposed fix:
From: obscuratus <obscuratus@mail.i2p>
Date: Sun, 31 Jul 2022 13:23:08 +0000
Subject: [PATCH] Fix Buffer Overflow resulting from varying key sizes.
Signed-off-by:…
Buffer overflow detected
@idk : I think I've found the problem.
Looking at this strcpy at line 899 of libsam3.c
// save our keys
strcpy(ses->privkey, v);
sam3FreeFieldList(rep);
I've been getting a…
Buffer overflow detected
Thank you! I'm trying to debug the problem too, I'll make a comment in this thread or a new MR if I figure anything out.
Buffer overflow detected
Thanks for the report b4, it seems like something must have changed to cause this but I don't quite know what yet. I'll investigate and fix it.
Buffer overflow detected
Thanks very much @obscuratus for bumping this back into my view and for providing a fix, I'll review, test, and in all likelihood merge this patch shortly.