From 365d19dfec4437b7a8227f594953a54c76863278 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 14 Dec 2018 10:53:22 +0100 Subject: fix issues in ethers.c Old version manages strings the regular way (i.e. counting on zero-ended sequences). In fact strings captured from the /etc/ethers file are '\n'-ended. So, for example, using strchr function could lead to buffer overflow. Reported-by: "Andrey V. Zhmurin"