New issue
Advanced search Search tips

Issue 874601 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Aug 21
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Null-dereference READ in gpu::CommandBufferStub::Destroy

Project Member Reported by ClusterFuzz, Aug 15

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=6742488682070016

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_msan_chrome
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x0000000000e0
Crash State:
  gpu::CommandBufferStub::Destroy
  gpu::CommandBufferStub::~CommandBufferStub
  gpu::GLES2CommandBufferStub::~GLES2CommandBufferStub
  
Sanitizer: memory (MSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_msan_chrome&range=583169:583170

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6742488682070016

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Cc: kkaluri@chromium.org
Labels: Test-Predator-Wrong M-70
Owner: liber...@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.

Using Code Search for the file, "command_buffer_stub.cc" suspecting the below Cl might have caused this issue

Suspect CL: https://chromium.googlesource.com/chromium/src/+/ddc0ed5ebee5a6670fe9e1b1fa46993335b79af7

liberato@ -- Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.

Thanks!
Cc: piman@chromium.org liber...@chromium.org
Owner: xing...@intel.com
=>xing.xu@intel.com : the call to texture_manager() @ gles2_cmd_decoder.cc:5124 no longer does a null check for |group_| before dereferencing it.

+piman, fyi
Project Member

Comment 3 by ClusterFuzz, Aug 21

ClusterFuzz has detected this issue as fixed in range 584567:584568.

Detailed report: https://clusterfuzz.com/testcase?key=6742488682070016

Fuzzer: inferno_layout_test_unmodified
Job Type: linux_msan_chrome
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x0000000000e0
Crash State:
  gpu::CommandBufferStub::Destroy
  gpu::CommandBufferStub::~CommandBufferStub
  gpu::GLES2CommandBufferStub::~GLES2CommandBufferStub
  
Sanitizer: memory (MSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_msan_chrome&range=583169:583170
Fixed: https://clusterfuzz.com/revisions?job=linux_msan_chrome&range=584567:584568

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6742488682070016

See https://github.com/google/clusterfuzz-tools for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 4 by ClusterFuzz, Aug 21

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 6742488682070016 is verified as fixed, so closing issue as verified.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment