aboutsummaryrefslogtreecommitdiffstats
path: root/main/sipsak/fix-aaaa-record-segfault.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/sipsak: fix segfault with unsupported records in SRV responsesNatanael Copa2015-03-171-0/+20
fix a segault that will happen when a DNS response contains an unsupported RR section. additional AAAA records in SRV response was enough to trigger it. This fix will sipsak simply stop parsing the DNS response when it hits unsupported RR sections.