ISecResourceList interface type mismatch

Description

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.

Conclusion

None

Activity

Show:

Tim Klemm May 13, 2023 at 2:38 AM

FYI

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Fix versions

Created May 12, 2023 at 7:57 PM
Updated May 17, 2023 at 2:24 PM
Resolved May 17, 2023 at 2:23 PM