summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-06-15 17:30:46 -0700
committerJakub Kicinski <kuba@kernel.org>2026-06-17 16:35:50 -0700
commitaedd02af1f8b0bceb7f42f5a21c41634ca9ed390 (patch)
tree57e0e879d7bf8c599d85ff4d340ed8d11e435fe5 /scripts/Makefile.thinlto
parentb50fa1e07cf875609b9d34c5c8b32dcf11b8b603 (diff)
net: psample: fix info leak in PSAMPLE_ATTR_DATA
psample open codes nla_put() presumably to avoid wiping the data with 0s just to override it with packet data. This open coding is missing clearing the pad, however, each netlink attr is padded to 4B and data_len may not be divisible by 4B. Fixes: 6ae0a6286171 ("net: Introduce psample, a new genetlink channel for packet sampling") Reported-by: Weiming Shi <bestswngs@gmail.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Link: https://patch.msgid.link/20260616003046.1099490-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions