#1052510 abook: double free detected in tcache 2

Package:
abook
Source:
abook
Description:
text-based ncurses address book application
Submitter:
Alejandro Colomar
Date:
2023-10-22 03:45:03 UTC
Severity:
normal
Tags:
#1052510#5
Date:
2023-09-23 14:53:18 UTC
From:
To:
Dear Maintainer,

abook(1) is freeing twice.  I can reproduce it with the following
address book and command.

$ cat ./ab
# abook addressbook file

[format]
program=abook
version=0.6.1


[0]
name=John Smith
email=j@example.com
mobile=123123123
nick=j
groups=friends


$ abook --convert --outformat mutt --infile ./ab
alias -group \��L�friends j John Smith <j@example.com>
free(): double free detected in tcache 2
Aborted


Thanks,
Alex

#1052510#10
Date:
2023-10-17 23:40:46 UTC
From:
To:
Ping