diff options
| author | Jean Delvare <[email protected]> | 2006-04-26 23:00:16 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2006-05-09 13:04:21 -0700 |
| commit | b33d0798e6cfae1fcee75afc808fe5690a48a814 (patch) | |
| tree | fee80034c1633f195c1f32493063208abde7d5ca /scripts/basic | |
| parent | 6f9c2963888e60e46a9e0bd09a25740abce29262 (diff) | |
[PATCH] scx200_acb: Fix resource name use after free
We can't pass a string on the stack to request_region. As soon as we
leave the function that stack is gone and the string is lost. Let's
use the same string we identify the i2c_adapter with instead, it's
more simple, more consistent, and just works.
This is the second half of fix to bug #6445.
Signed-off-by: Jean Delvare <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions