Fixed wrong dname comparison #240
Merge request reports
Activity
Fixes the issue from what I've tested. Reason - direct pointer comparison instead of calling
knot_dname_cmp
, this error is not applicable to previous versions, because of DNAME duplication, which is only present in v1.4. Nevertheless, the code should be checked for similar problems.
Please register or sign in to reply