Skip to content

Bluetooth: L2CAP: Fix attempting to access uninitialized memory

David Marlin requested to merge dmarlin/centos-stream-9:2148406 into main

Merge Request Required Information

Description: Fix attempting to access uninitialized memory

Bugzilla: https://bugzilla.redhat.com/2148406

CVE: CVE-2022-42895

Upstream status: Merged

Testing: Trivial fix.

Signed-off-by: David Marlin dmarlin@redhat.com

Summary of Changes

On l2cap_parse_conf_req the variable efs is only initialized if remote_efs has been set.

Approved Bugzilla Ticket

All submissions to CentOS Stream must reference an approved ticket in Red Hat Bugzilla. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

Merge request reports