On Mon, 2017-04-17 at 11:36 +1200, James Collier wrote: > As requested: > $ file /usr/sbin/newusers > /usr/sbin/newusers: ELF 64-bit LSB shared object, x86-64, version 1 > (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, > for > GNU/Linux 2.6.32, > BuildID[sha1]=7dffe9a6fe6e2d86a9181e9928d8baea6b389c78, stripped > ... > (gdb) run newusers > Starting program: /usr/sbin/newusers newusers > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux- > gnu/libthread_db.so.1". > *** Error in `/usr/sbin/newusers': double free or corruption > (!prev): > 0x00005555557812e0 ***
This should be fixed by https://github.com/shadow-maint/shadow/commit/954e3d2e7113e9ac06632aee3c69b8d818cc8952 Tomas Mraz