mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
No CHANGES entry for this as it isn't proved to cause an issue for
anyone (isc_msgcat_get() has to return a format specifier) and isn't a
user visible change.
Squashed commit of the following:
commit bcb15c9aa17b0b706aefd9efef5f7e0e951064a3
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed Jun 4 16:55:16 2014 +0530
[27303] Supply format string as first arg to printf()
The old code only had a problem if isc_msgcat_get() returned a format
specifier (%n).
|
||
|---|---|---|
| .. | ||
| include | ||
| app.c | ||
| dir.c | ||
| entropy.c | ||
| errno2result.c | ||
| errno2result.h | ||
| file.c | ||
| fsaccess.c | ||
| ifiter_getifaddrs.c | ||
| ifiter_ioctl.c | ||
| ifiter_sysctl.c | ||
| interfaceiter.c | ||
| ipv6.c | ||
| keyboard.c | ||
| Makefile.in | ||
| net.c | ||
| os.c | ||
| pk11_api.c | ||
| resource.c | ||
| socket.c | ||
| socket_p.h | ||
| stdio.c | ||
| stdtime.c | ||
| strerror.c | ||
| syslog.c | ||
| time.c | ||