2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

936. [func] Warn when non dotted decimal quad's are used.

[RT #1084]

 935.   [bug]           inet_pton failed to reject leading zeros.
This commit is contained in:
Mark Andrews
2001-07-16 03:06:53 +00:00
parent bd12be6e88
commit bddfe77128
47 changed files with 121 additions and 54 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: gen.c,v 1.62 2001/07/06 17:35:04 gson Exp $ */
/* $Id: gen.c,v 1.63 2001/07/16 03:05:56 marka Exp $ */
#include <config.h>
@@ -34,7 +34,7 @@
#include "gen-unix.h"
#endif
#define FROMTEXTARGS "rdclass, type, lexer, origin, downcase, target"
#define FROMTEXTARGS "rdclass, type, lexer, origin, downcase, target, callbacks"
#define FROMTEXTCLASS "rdclass"
#define FROMTEXTTYPE "type"
#define FROMTEXTDEF "result = DNS_R_UNKNOWN"