Skip to content

ES-219 - Bluetooth: Properly check L2CAP config option output buffer length.

David Mondou requested to merge fix/blueborne into master

Validate the output buffer length for L2CAP config requests and responses to avoid overflowing the stack buffer used for building the option blocks.

Merge request reports