ignore dns response parsing errors, only abort resolving for correct responses or error responses from correct server (bug #47459)

This commit is contained in:
sg
2016-03-22 07:22:17 +01:00
parent 5794ac2340
commit a1c78ea7bf
2 changed files with 104 additions and 109 deletions

View File

@@ -302,6 +302,10 @@ HISTORY
++ Bugfixes:
2016-03-22: Simon Goldschmidt
* dns.c: ignore dns response parsing errors, only abort resolving for correct
responses or error responses from correct server (bug #47459)
2016-03-17: Simon Goldschmidt
* api_msg.c: fixed bug #47448 (netconn/socket leak if RST is received during close)