The function GetSubscriptionRelations was declaring ScanKeyData skey[2]; but actually only uses 1 scan key. It seems like the code was cut/paste from other nearby functions which really are using 2 keys.
PSA a trivial patch to declare the correct number of keys for this function. ------ Kind Regards, Peter Smith. Fujitsu Australia
v1-0001-GetSubscriptionRelations-declare-only-1-scan-key.patch
Description: Binary data