Comment 10 for bug 2068729

Revision history for this message
Paride Legovini (paride) wrote :

Hello, we'll likely have to figure out what other commits we need to bring in into the Noble patch. But first, some questions. Is this error

user@ubuntu:~$ sudo vi /etc/passwd
free(): double free detected in tcache 2
Aborted (core dumped)

due to the fact that you configured /etc/pam.d/sudo to authenticate using radius? Does `sudo true` also crash?

It would be helpful to have a reproducer of this crash from a clean Noble system. Ideally something on these lines:

$ lxc launch ubuntu:noble reprocontainer
$ lxc exec reprocontainer bash
# add-apt-repository ppa:lvoytek/libpam-radius-auth-ipv4-6-yes-no
# apt update && apt install ...
# vim /etc/pam.d/..., remove X, add Y
# sudo ...
[crash!]

Would you be able to come up with something like that and share it?

Thanks!