Confirmed users
54
edits
| Line 133: | Line 133: | ||
====Solomon Chiou==== | ====Solomon Chiou==== | ||
{{Bug|970007}} - [tarako]monkey test crash at libxul.so!BufferUnrotate | |||
* debug | |||
* BufferUnrotate() received a inconsistent parameters - byteWidth and stride , such that the index it used to manipulate the image buffer will out of its size. Typically byteWidth((buff width) * bpp) should >= stride, however the bpp is incorrectly given with 32-bits(should be 16-bits) when crash occurs, while the stride was calculated with 16-bits bpp. Need to figure out why bpp is not right. | |||
{{Bug|976656}} - crash in CreateSourceSurfaceFromNativeSurface() | |||
* debug | |||
* By QA's comment, it can be reproduced with the same steps of bug#970007. However most crashes I tried is not belong to this bug, will solve bug#970007 first, and then back to this bug. | |||