linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

function: uac2: Align struct members to 4 bytes #94

Closed mgrzeschik closed 2 months ago

mgrzeschik commented 2 months ago

These are accessed in a way that can otherwise cause values to bleed between members.

I suspect that this library may be completely broken on big-endian.

mgrzeschik commented 2 months ago

Looks good, merged thanks!