aboutsummaryrefslogtreecommitdiffstats
path: root/main/gdnsd/0003-fix-djbdns-text-parsing.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/gdnsd: fix bug parsing corrupted djbdns filesTimo Teräs2014-08-011-0/+13
Fields are assigned to zero length read-only string literals if they are not present in the zone data. Avoid writing to read-only memory in those cases.