paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
472 stars 46 forks source link

Crashes when trying to add TOTP from QR-code #374

Closed clzll closed 2 months ago

clzll commented 2 months ago

Tried to load QR-code from file and clipboard, both don't work (don't have a webcam) QR data looks like this: otpauth://totp/Service:account?secret=some_secret&issuer=Service OTPClient logs:

double free or corruption (!prev)
zsh: IOT instruction (core dumped)  otpclient

OTPClient version: 3.7.0 Source of installation: AUR package otpclient memlock limits: unlimited OS: Manjaro 24.0.4 Wynsdey Kernel: x86_64 Linux 6.6.40-1-MANJARO

paolostivanin commented 2 months ago

Thanks for reporting, I'll look into this asap.