On Tue, 09 Jan 2007 16:00:51 PST, Amit Choudhary said: > What did you understand when I wrote that "if you access the same memory again using the variable > 'x"? > > Using variable 'x' means using variable 'x' and not variable 'y'. Right - but in real-world code, 'y' is the actual problem. > Did I ever say that it fixes that kind of bug? The point you're missing is that you're "fixing" a failure mode that in general isn't seen, and ignoring the failure mode that *is* seen. > Dereferencing 'x' means dereferencing 'x' and not dereferencing 'y'. And neither "x" nor "y" is "the set of all still-live pointers to already-freed memory" - which is why your proposal doesn't actually do anything effective.
Attachment:
pgpHxv8Uar14Z.pgp
Description: PGP signature
- References:
- Re: [PATCH] include/linux/slab.h: new KFREE() macro.
- From: Amit Choudhary <[email protected]>
- Re: [PATCH] include/linux/slab.h: new KFREE() macro.
- Prev by Date: Re: [PATCH 3/3] atiixp.c: add cable detection support for ATI IDE
- Next by Date: Re: [PATCH] SCSI: Add the SGPIO support for sata_nv.c
- Previous by thread: Re: [PATCH] include/linux/slab.h: new KFREE() macro.
- Next by thread: Re: [PATCH] include/linux/slab.h: new KFREE() macro.
- Index(es):