Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Tim KlemmTim KlemmReporter
Tim KlemmTim KlemmPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Tim Klemm
Tim KlemmReporter
Tim Klemm
Tim KlemmPriority
Fix versions
Pull Request URL
Created May 12, 2023 at 7:57 PM
Updated May 17, 2023 at 2:24 PM
Resolved May 17, 2023 at 2:23 PM
ISecResourceList::count returns a signed integer. ISecResourceList::queryResource accepts an unsigned integer. The two methods are used to iterate list contents, and the data types should match.
Because the default implementation uses a data type accepting unsigned values, I would change count to return unsigned.