From 464fbf0b543e6bc52eba0d5fdb305658e5669b68 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 7 Nov 2022 16:51:07 +0300 Subject: [PATCH] Pull request: 5089-windows-hosts-crash Updates #5089. Squashed commit of the following: commit dd3ce763326ad3207de111bb911e0a2665bcebba Author: Ainar Garipov Date: Mon Nov 7 16:21:43 2022 +0300 aghnet: fix comparison commit 0d736fb7fc5cb2e77fd533cd95fdf3fbc6dc86d1 Author: Ainar Garipov Date: Mon Nov 7 14:13:05 2022 +0300 aghnet: fix crash --- CHANGELOG.md | 10 +++++++++- internal/aghnet/hostscontainer.go | 8 +++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0f1639..c1de040f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,14 @@ and this project adheres to +### Fixed + +- Crash on Windows when system hosts files are read ([#5089]). + +[#5089]: https://github.com/AdguardTeam/AdGuardHome/issues/5089 + + +