so both release src 1.6 and 20250720 do this.
gcc.linux.x64.exe.debug]$ ./syncterm
*** buffer overflow detected ***: terminated
Aborted (core dumped)
I am assuming thats syncterm's test, because it way shouldn't happen with arch/manjaro.
Linux version 6.12.37-1-MANJARO
Anonymous
Same issue here on CachyOS (arch-based) running kernel 6.15.7-3-cachyos and KDE plasma on Wayland.
Same on CachyOS (arch-based)
Same happens with 1.5. Seems to be an issue with newer kernels or maybe even libc (seen tools with similar issues).
Sorry, been doing summer things. Could you attach a properly sanitized syncterm.ini and syncterm.lst file (ie: remove all user/password lines, etc)?
Actually, installing CachyOS in a VM now... will update if I can't repro.
Yes, it worked.
|)/`. /\/\/-|) a ()xy()zb()urne venture
On Sun, Aug 10, 2025 at 3:24 PM Stephen James Hurd
deuce@users.sourceforge.net wrote:
Related
Bugs:
#205Ok, should be fixed in git now, and I've kicked off a new test build to update the source/binaries on the website.
The issue appears to be a mismatch between GCC v15 and Cryptlib with regard to what sizeof returns for the size of a struct that ends in a flex array. It appears that GCC is standard compliant in this behaviour, so this was a bug in Cryptlib.
Please comment/close this ticket if the issue is resolved for you.
Fix confirmed.