Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadjpeg will crash for ffmpeg generated content #10

Closed
seanvk opened this issue Jan 29, 2017 · 0 comments · Fixed by #160
Closed

loadjpeg will crash for ffmpeg generated content #10

seanvk opened this issue Jan 29, 2017 · 0 comments · Fixed by #160
Assignees
Labels

Comments

@seanvk
Copy link
Contributor

seanvk commented Jan 29, 2017

migrated from Bugzilla #97633
status ASSIGNED severity normal in component intel for ---
Reported in version unspecified on platform Other
Assigned to: PengChen

Original attachment names and IDs:

On 2016-09-08 09:12:54 +0000, Guangxin.Xu wrote:

Created attachment 126296
422H

loadjpeg will crash at gen75_mfd_jpeg_decode_init L2201

4 0x00007ffff5497bc4 in gen75_mfd_jpeg_decode_init (decode_state=0x616388, decode_state=0x616388, gen7_mfd_context=0x61cd00, ctx=0x612180) at gen75_mfd.c:2201

2201 assert(0);
(gdb) l
2196 } else if (h1 == 2 && h2 == 2 && h3 == 2 &&
2197 v1 == 2 && v2 == 1 && v3 == 1) {
2198 subsampling = SUBSAMPLE_YUV422V;
2199 fourcc = VA_FOURCC_422V;
2200 } else
2201 assert(0);
2202 } else {
2203 assert(0);
2204 }

On 2016-09-08 09:13:28 +0000, Guangxin.Xu wrote:

Created attachment 126297
44V

On 2016-09-08 09:13:48 +0000, Guangxin.Xu wrote:

Created attachment 126298
444P

@seanvk seanvk added the bug label Jan 29, 2017
@pengche1 pengche1 self-assigned this Feb 15, 2017
@xhaihao xhaihao added the P2 label Mar 16, 2017
laureatian added a commit to laureatian/intel-vaapi-driver that referenced this issue May 6, 2017
…port. This fixes intel#10 intel#10

Signed-off-by: Wang Tiantian <tiantian.wang@intel.com>
laureatian added a commit to laureatian/intel-vaapi-driver that referenced this issue Jun 12, 2017
…port.

This fixes intel#10

Signed-off-by: Wang Tiantian <tiantian.wang@intel.com>
xhaihao pushed a commit that referenced this issue Jun 12, 2017
…port.

This fixes #10

Signed-off-by: Wang Tiantian <tiantian.wang@intel.com>
xhaihao pushed a commit that referenced this issue Jun 12, 2017
…port.

This fixes #10

Signed-off-by: Wang Tiantian <tiantian.wang@intel.com>
(cherry picked from commit 4055625)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants