Re: malloc leak detection

2023-10-19 Thread Theo de Raadt
Hiltjo Posthuma wrote: > On Thu, Oct 19, 2023 at 08:27:37PM +0200, Otto Moerbeek wrote: > > Hello, > > > > I made a small tutorial with some usage notes for the new malloc leak > > detection which is available in OpenBSD 7.4: > > > > https://www.drij

Re: malloc leak detection

2023-10-19 Thread Hiltjo Posthuma
On Thu, Oct 19, 2023 at 08:27:37PM +0200, Otto Moerbeek wrote: > Hello, > > I made a small tutorial with some usage notes for the new malloc leak > detection which is available in OpenBSD 7.4: > > https://www.drijf.net/malloc/ > > While I have you attention, I'

malloc leak detection

2023-10-19 Thread Otto Moerbeek
Hello, I made a small tutorial with some usage notes for the new malloc leak detection which is available in OpenBSD 7.4: https://www.drijf.net/malloc/ While I have you attention, I'd like to mention that I can use a reasonably modern laptop as well, more detais in the last ent

malloc leak detection available in -current

2023-04-17 Thread Otto Moerbeek
If you're developing C or C++ code on OpenBSD, this might be of interest: https://marc.info/?l=openbsd-tech&m=168171382927798&w=2 -Otto