avoid printf format abuse; use -Wformat-security; report errno more
commitbedf9e129597380eb865de17abe3245d90076158
authorJim Meyering <meyering@redhat.com>
Sat, 25 Sep 2010 07:27:44 +0000 (25 09:27 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 25 Sep 2010 08:11:42 +0000 (25 10:11 +0200)
tree5bd31da7dc4f44a341df42eade350cabff9b243e
parentd40ae99163994b6995a16505ae590399fa416b1e
avoid printf format abuse; use -Wformat-security; report errno more

A use like "error(0,errno,cfg_file)" would malfunction for a file
name containing a printf %-directive.  Using -Wformat-security
will help prevent this.

Upon OOM, always use errno in the diagnostic.
Makefile.am
proxy.c