This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No printf-format checking for snprintf & friends?


Martin Buck wrote:
> 
> Hi,
> 
> is there any particular reason why the eCos libc doesn't enable gcc's
> printf-format checking for functions like snprintf()? AFAIK, gcc does
> this by default for ISO-C functions, but not for the non-ISO stuff, so
> stdio.h would have to specify __attribute__ ((__format ... )) for them.
> Anybody interested in a patch?

I believed that GCC automatically does it for functions called printf()
etc. I thought it was only non-standard functions that don't get the
checking. Or are you saying that GCC doesn't do this for snprintf() in
particular?

If you do add this, use a macro (and define it in cyg_type.h) for it.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]