This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Proof-of-concept for dynamic format checking
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Ian Lance Taylor <ian at airs dot com>
- Cc: "Kaveh R. Ghazi" <ghazi at caipclassic dot rutgers dot edu>, gcc at gcc dot gnu dot org, joseph at codesourcery dot com
- Date: Wed, 17 Aug 2005 21:19:08 +0200
- Subject: Re: [PATCH]: Proof-of-concept for dynamic format checking
- References: <200508111509.j7BF9qMq015700@caipclassic.rutgers.edu><m3ll308jeb.fsf@gossamer.airs.com>
* Ian Lance Taylor:
> I haven't tried to flesh this out any further. I'd be curious to hear
> how people react to it.
Can't we just use some inline function written in plain C to check the
arguments and execute it at compile time using constant folding etc.?