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-031-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. (cherry picked from commit 82db5343f3ea625246e259780e0c85f074d0f058)