]> Git Repo - linux.git/commit
drm/amdgpu: signedness bug in amdgpu_cs_parser_init()
authorDan Carpenter <[email protected]>
Fri, 25 Sep 2015 11:36:55 +0000 (14:36 +0300)
committerAlex Deucher <[email protected]>
Tue, 29 Sep 2015 17:44:15 +0000 (13:44 -0400)
commit54313503f9a3c34a9e45aad7654976b7f50b9ae7
tree3213855d50e0b38db5ff42820cf000be211b481a
parentfd03420b5624617a708fb9b13634b41b37c22cfa
drm/amdgpu: signedness bug in amdgpu_cs_parser_init()

The "i" variable should be signed or it leads to a crash in the error
handling code.

Fixes: 1d263474c441 ('drm/amdgpu: unwind properly in amdgpu_cs_parser_init()')
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
This page took 0.057025 seconds and 4 git commands to generate.