Don't pass oidvector by value.
Since the structure ends with a flexible array, doing so truncates any vector having more than one element. New in 9.3, so no back-patch.
Showing
Please register or sign in to comment
Since the structure ends with a flexible array, doing so truncates any vector having more than one element. New in 9.3, so no back-patch.