hughsie / libgusb

GUsb is a GObject wrapper for libusb1
GNU Lesser General Public License v2.1
25 stars 21 forks source link

Do not copy event data when not-required #71

Closed hughsie closed 2 years ago

hughsie commented 2 years ago

This will prevent crashes if the caller is casting from a const buffer to a mutable buffer.