[Opendnssec-develop] [OpenDNSSEC] #19: finalizer fails with larger zones
OpenDNSSEC
owner-dnssec-trac at kirei.se
Mon Aug 31 03:02:17 UTC 2009
#19: finalizer fails with larger zones
----------------------------------+-----------------------------------------
Reporter: sebastian at nzrs.net.nz | Owner: jelte
Type: defect | Status: new
Priority: trivial | Component: Signer
Version: 1.0a1 | Keywords: finalizer bug large zones
----------------------------------+-----------------------------------------
This is completely related to bug #18, because is the same bug. finalizer
tries to save the lines before the SOA record on a fixed size array. If
the number of lines is larger than the allocated space, a SEGFAULT is
received. Attached is a patch that solves the problem by scanning the
file, finding the SOA record and print it. Then starts from the beginning
of the input file, skipping the line where the SOA record was. May be it
would be useful to print the SOA record and the corresponding RRSIG
record(s) together, will test that later.
--
Ticket URL: <http://trac.opendnssec.org/ticket/19>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list