Pull request: 3551 fix index panic

Merge in DNS/adguard-home from 3551-dont-panic to master

Updates #3551.

Squashed commit of the following:

commit 45560e154b9256c5facc7cff282b50d8e09e8c15
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Wed Sep 8 20:00:27 2021 +0300

    all: upd dnsproxy
This commit is contained in:
Eugene Burkov
2021-09-08 20:15:57 +03:00
parent eeda06f9b0
commit 80548233ba
3 changed files with 5 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ In this release, the schema version has changed from 10 to 12.
### Fixed
- Panic when upstream server responds with empty question section ([#3551]).
- 9GAG blocking ([#3564]).
- DHCP now follows RFCs more closely ([#3443]).
- Occasional panics when reading old statistics databases ([#3506]).
@@ -183,6 +184,7 @@ In this release, the schema version has changed from 10 to 12.
[#3450]: https://github.com/AdguardTeam/AdGuardHome/issues/3450
[#3457]: https://github.com/AdguardTeam/AdGuardHome/issues/3457
[#3506]: https://github.com/AdguardTeam/AdGuardHome/issues/3506
[#3551]: https://github.com/AdguardTeam/AdGuardHome/issues/3551
[#3564]: https://github.com/AdguardTeam/AdGuardHome/issues/3564