View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000179 | JVT JM H.264/AVC reference software | encoder | public | 2009-06-09 15:40 | 2009-06-09 15:40 |
| Reporter | Dave Stevens | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | JM 15.1 | ||||
| Summary | 0000179: Out of bounds array access in q_offsets.c:offsett4x4_check and q_offsets.c:offset8x8_check | ||||
| Description | Offset4x4_check has a size of 6 and MapIdx has a range from 0 - 15 which is used to access this array on line 353 and 359 of q_offsets.c in function ParseQOffsetMatrix. The bug is not reproducible in GCC, I was compiling using VEX (VLIW EXample) compiler and there was an issue with it overwriting random memory. I am not sure what the array is used for but commenting out fixed the bug. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-06-09 15:40 | Dave Stevens | New Issue |