Skip to content

bluez5: bap: Fix parsing of broadcast code

This fixes the endianness of the parsed broadcast code. It also fixes pontetial out-of-bouns write by using a bigger, temporary bcode string, then, after checking it's length, copying it's content to big_entry->broadcast_code.

Merge request reports