On Tue, May 20, 2014 at 06:37:36AM +0200, Jerry Lundström wrote: > > I have fixed all but: > > strlcat()/strlcpy() - This is a bigger change since the functions does > not exists natively in Linux and changing all of this to snprintf() is > going to take time. These functions are only located within the Enforcer > and we are working hard to get OpenDNSSEC 2.0 out and it contains a full > rewrite of the Enforcer so we can make sure that we do not use > strcat()/strcpy() there. >
This sounds like a good deal to me. > > is_leap_year()/leap_days() - These are unused functions, I do not see > any problem just leaving them there. > I am fine with this as well, I mentioned the unused variables mostly for completeness. > > All other changes has been pushed to the pull request and our build > system will build and test it in an hour or so. > Thanks a lot for the assistance! Regards, Patrik Lundin _______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
