View Issue Details

IDProjectCategoryView StatusLast Update
0000179JVT JM H.264/AVC reference softwareencoderpublic2009-06-09 15:40
ReporterDave Stevens Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status newResolutionopen 
Product VersionJM 15.1 
Summary0000179: Out of bounds array access in q_offsets.c:offsett4x4_check and q_offsets.c:offset8x8_check
DescriptionOffset4x4_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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-06-09 15:40 Dave Stevens New Issue