]> git.baikalelectronics.ru Git - kernel.git/commit
seq_file: disallow extremely large seq buffer allocations
authorEric Sandeen <sandeen@redhat.com>
Tue, 13 Jul 2021 15:49:23 +0000 (17:49 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 20 Jul 2021 00:18:48 +0000 (17:18 -0700)
commit7e7d6f795450f59fed6f75319381953b1efd696c
treece4ab88a4716617571135afcb7728f33739244a3
parent1f1666416de944b8eb5f4b7888ec514f1a2fe178
seq_file: disallow extremely large seq buffer allocations

There is no reasonable need for a buffer larger than this, and it avoids
int overflow pitfalls.

Fixes: b3c10b6ebc8f ("fs/seq_file: fallback to vmalloc allocation")
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Reported-by: Qualys Security Advisory <qsa@qualys.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/seq_file.c