Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all PRIF calls with an optional stat argument actually set it when present #87

Open
bonachea opened this issue Mar 27, 2024 · 0 comments

Comments

@bonachea
Copy link
Member

Most of the PRIF calls accept an optional stat argument, and many/most are currently completely ignoring it which is non-compliant.
We should audit all PRIF entry points to ensure they include code like :

if (present(stat)) stat=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant