Skip to content

Passing an invalid reportID to functions caused a GPF

What is new - 25.0

Many functions in cDRReport objects require a report ID as input. The report ID must be a valid GUID and should match the GUID stored in psReportID, which is populated when the report is loaded. In version 24 and earlier, passing an invalid or non-GUID value resulted in a GPF (General Protection Fault). In the current version, such instructions are ignored if the provided value is not a valid GUID.