Skip to content

Bluetooth: L2CAP: Fix attempting to access uninitialized memory

Gopal Tiwari requested to merge gtiwari1/centos-stream-9:2148406 into main

Description: Fix attempting to access uninitialized memory

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

Upstream status: Merged.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2148406

Testing: Trivial fix.

CVE: CVE-2022-42895 Signed-off-by: Gopal Tiwari gtiwari@redhat.com

Edited by Gopal Tiwari

Merge request reports