Opened 14 years ago
Closed 13 years ago
#225 closed patch (fixed)
[bug] Bitwise OR should be bitwise AND
| Reported by: | fjahanmir | Owned by: | Doug Gilbert |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 5.43 |
| Component: | all | Version: | 5.42 |
| Keywords: | linux | Cc: |
Description
In os_linux.cpp, function sg_io_cmnd_io, the bitwise OR with SG_INFO_CHECK should be a bitwise AND -- SG_INFO_CHECK is a mask used to check if that particular bit is set.
Patch attached to fix the bug.
Attachments (1)
Change History (5)
by , 14 years ago
| Attachment: | bugfix.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | → Release 5.43 |
|---|
comment:2 by , 14 years ago
| Keywords: | linux added; bug os_linux.cpp removed |
|---|
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

r3552.