dnssec-signzone needs strtoul() - 19129

This commit is contained in:
Francis Dupont
2009-01-06 09:14:03 +00:00
parent b393e55a76
commit 1879dbe0d9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
2524. [port] sunos: dnssec-signzone needs strtoul(). [RT #19129]
2523. [bug] Random type rdata freed by dns_nsec_typepresent().
[RT #19112]

View File

@@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-signzone.c,v 1.209 2008/11/14 22:53:46 marka Exp $ */
/* $Id: dnssec-signzone.c,v 1.210 2009/01/06 09:14:03 fdupont Exp $ */
/*! \file */
@@ -53,6 +53,7 @@
#include <isc/random.h>
#include <isc/serial.h>
#include <isc/stdio.h>
#include <isc/stdlib.h>
#include <isc/string.h>
#include <isc/task.h>
#include <isc/time.h>