Re: Crash when using hardened_malloc

2022-09-24 Thread Tommy Nguyen
On Sat, 2022-09-24 at 13:48 +0100, Gavin Smith wrote: > On Sat, Sep 24, 2022 at 01:39:47AM +, Tommy Nguyen wrote: > > I am using texinfo-6.8-4.fc37. > > > > Hardened malloc[1] is a security focused malloc implementation. > > According to them, crashes are usually bugs in the application > >

Re: Crash when using hardened_malloc

2022-09-24 Thread Gavin Smith
On Sat, Sep 24, 2022 at 01:39:47AM +, Tommy Nguyen wrote: > I am using texinfo-6.8-4.fc37. > > Hardened malloc[1] is a security focused malloc implementation. > According to them, crashes are usually bugs in the application because > they are more strict than the glibc malloc. When running

Crash when using hardened_malloc

2022-09-23 Thread Tommy Nguyen
I am using texinfo-6.8-4.fc37. Hardened malloc[1] is a security focused malloc implementation. According to them, crashes are usually bugs in the application because they are more strict than the glibc malloc. When running info -a arg, this occurs: fatal allocator error: canary corrupted Here