diff options
author | Evgeny Kuznetsov <ext-eugeny.kuznetsov@nokia.com> | 2010-10-27 15:33:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-27 18:03:09 -0700 |
commit | f4a2589feaef0a9b737a3e582b37ee96695bb25f (patch) | |
tree | ea5eb5c6f2c1f826893271b861d63272efd6546d /Documentation/feature-removal-schedule.txt | |
parent | 32a8cf235e2f192eb002755076994525cdbaa35a (diff) | |
download | linux-f4a2589feaef0a9b737a3e582b37ee96695bb25f.tar.gz linux-f4a2589feaef0a9b737a3e582b37ee96695bb25f.tar.xz |
cgroups: add check for strcpy destination string overflow
Function "strcpy" is used without check for maximum allowed source string
length and could cause destination string overflow. Check for string
length is added before using "strcpy". Function now is return error if
source string length is more than a maximum.
akpm: presently considered NotABug, but add the check for general
future-safeness and robustness.
Signed-off-by: Evgeny Kuznetsov <EXT-Eugeny.Kuznetsov@nokia.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
0 files changed, 0 insertions, 0 deletions