Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: V2.1.17.0
-
Fix Version/s: V2.1.17.1
-
Component/s: None
-
Labels:None
-
Account:SDO rcX (SDORCX)
Description
In function Ddp_Init() an invalid memory access occurs to userdata field
tUsbData.pabUSBVendorName and tUsbData.pabUSBProductName. These fields contain pointers to zero terminated strings, but they are accessed with memcpy() using a fixed length. This may result in unexpected access to data behind the string buffer.