Bug 12965
Summary: | Overlapping data buffer | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Martin Ettl (ettl.martin) |
Component: | S390 | Assignee: | Arnd Bergmann (com.ibm) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.29 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
The first Patch for bug 12965
The second patch for bug 12965 |
Description
Martin Ettl
2009-03-28 23:57:18 UTC
Created attachment 49052 [details] The first Patch for bug 12965 Fix the dangerous use of sprintf by using safer function snprintf. This patch is generated automatically by the tool R2Fix. Created attachment 49062 [details] The second patch for bug 12965 Fix the dangerous use of sprintf by using safer function snprintf. This patch is generated automatically by the tool R2Fix. A commit referencing this bug has been merged for .39-rc1: commit 69ac43b05eef4b8555e84ad51ceb6c58b5a3bc75 Author: Chen Liu <chenliu@asset.uwaterloo.ca> Date: Wed Mar 23 10:14:58 2011 +0100 [S390] early: Fix possible overlapping data buffer A patch referencing this bug report has been merged in v2.6.38-8876-g036a982: commit 69ac43b05eef4b8555e84ad51ceb6c58b5a3bc75 Author: Chen Liu <chenliu@asset.uwaterloo.ca> Date: Wed Mar 23 10:14:58 2011 +0100 [S390] early: Fix possible overlapping data buffer |