[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] [patch 1/5] iptables: fix invalid free
- From: Jim Meyering <jim meyering net>
- To: Mark McLoughlin <markmc redhat com>
- Cc: libvirt hacker dudes <libvir-list redhat com>
- Subject: Re: [Libvir] [patch 1/5] iptables: fix invalid free
- Date: Wed, 21 Mar 2007 16:24:03 +0100
Mark McLoughlin <markmc redhat com> wrote:
...
> - If our wrappers always zero-initialise, we don't need the
> "initialise to -1 when debugging" thing.
You probably already know, but if your wrappers always initialize,
that can mask used-uninitialized. So it's best if the initialization
is only optional, so you can test (i.e. via valgrind) with it turned off.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]