tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43904: pbulk's read_child.c compilation fails with GCC 4.4.3 under Ubuntu GNU/Linux
On Sat, Sep 25, 2010 at 12:20:43AM -0300, Silas Silva wrote:
> According to Joerg Sonnenberger (Cc'ed), it would be better to open a PR
> for GCC first, since this feature is not necessary.
No. The "feature" of GCC is just broken.
const char fmt[] = "...";
printf(fmt, ...);
and
printf("...", ...);
are completely equivalent. There is no untrusted path in the code.
Joerg
Home |
Main Index |
Thread Index |
Old Index