Bug 9034
Summary: | OOPS in floppy sysfs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stephen Hemminger (stephen) |
Component: | Other | Assignee: | drivers_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, greg, kay, randy.dunlap, yyyeer.bo |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.23-rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Stephen Hemminger
2007-09-18 08:59:34 UTC
Might be another buggy usage of uevent env handling. It's hopefully all fixed in -mm, with the easier to understand core logic. Does terminating the array fix it? +++ a/drivers/base/platform.c snprintf(buffer, buffer_size, "MODALIAS=%s", pdev->name); + envp[1] = NULL; Fixed in 2.6.23 |