Opened 10 years ago
Closed 10 years ago
#11288 closed bug (fixed)
[PATCH] 53c8xx: Fix array bounds for a setparam call
Reported by: | Lioncash | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Drivers/Disk | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
_syncmsg is only 2 elements in size, so this would be out of bounds in its current state.
Attachments (1)
Change History (5)
by , 10 years ago
Attachment: | 53c8xx.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
Component: | - General → Drivers/Disk |
---|---|
Milestone: | R1 → R1/alpha5 |
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 10 years ago
Milestone: | R1/alpha5 → R1 |
---|---|
Owner: | changed from | to
Priority: | normal → low |
Please stop assigning every random ticket under the sun to the a5 milestone. This patch affects one particular driver for a family of SCSI controllers that haven't been manufactured since over a decade ago, this is hardly a high priority issue.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied in hrev49222. Thanks!
Note:
See TracTickets
for help on using tickets.
Assigning to Ingo as he was the last to touch the SCSI stuff. If someone else knows enough to approve this, please do.