summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-12-21 17:37:46 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2022-12-21 17:40:19 +0100
commit9967911e3dabb32901617e81e56602af3b37287f (patch)
tree0908df548cf8eeaaa70e08da30dbca1dc77dea2f /files
parent2606db33878c4cf620d29acdebb4be9e310c10cd (diff)
owner: Fix potential array out of bounds access
If the link target length exceeds 'sizeof(tmp)' bytes, readlink() will return 'sizeof(tmp)'. Using this value as index is illegal. Original update from Phil, for the conntrack-tools tree, which also has a copy of this function. Fixes: 6d085b22a8b5 ("table: support for the table owner flag") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'files')
0 files changed, 0 insertions, 0 deletions