mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
b5f15ac4f8
Structure ipt_getinfo is copied to userland with the field "name" that has the last elements unitialized. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>