You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PluggableUSB_::getShortName and PluggableUSBModule::getShortName should not only get a char pointer as argument, but also the size of the buffer. I have currently the problem that i don't know how many chars I can copy to the pointer, without producing a overflow. So if other PluggableUSBModule's appended some characters, I have less space for my string. But currently I can't know that, because the remaining size of the buffer is not given.
The text was updated successfully, but these errors were encountered:
Legion2
added a commit
to Legion2/CorsairLightingProtocol
that referenced
this issue
Apr 28, 2019
PluggableUSB_::getShortName
andPluggableUSBModule::getShortName
should not only get a char pointer as argument, but also the size of the buffer. I have currently the problem that i don't know how many chars I can copy to the pointer, without producing a overflow. So if otherPluggableUSBModule
's appended some characters, I have less space for my string. But currently I can't know that, because the remaining size of the buffer is not given.The text was updated successfully, but these errors were encountered: