]> git.ozlabs.org Git - ppp.git/commit
pppd: Fix check for incomplete ppp_stats nlmsgerr structure (#356)
authorpali <7141871+pali@users.noreply.github.com>
Tue, 9 Aug 2022 09:22:33 +0000 (11:22 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 09:22:33 +0000 (19:22 +1000)
commite5d80f67d27e2696154171023a40838b7c2a2544
tree44c60cef8e31f28fce8d7f7b88fd79eccc3f003d
parent44609bfc974bdafc0316d069aabf5e2903efa805
pppd: Fix check for incomplete ppp_stats nlmsgerr structure (#356)

Response structure is incomplete when returned length is less than required
structure length.

Signed-off-by: Pali Rohár <pali@kernel.org>
pppd/sys-linux.c