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

Fix queue creation with an invalid property #494

Closed
diptorupd opened this issue Jun 23, 2021 · 1 comment · Fixed by #535
Closed

Fix queue creation with an invalid property #494

diptorupd opened this issue Jun 23, 2021 · 1 comment · Fixed by #535
Assignees

Comments

@diptorupd
Copy link
Contributor

The C API function DPCTLQueue_Create allows creating a queue even when the property is invalid. The invalid property is silently ignored and the queue is created without warning the user. Either we should print a warning or prevent queue creation when the property is invalid.

@diptorupd diptorupd self-assigned this Jun 23, 2021
oleksandr-pavlyk added a commit that referenced this issue Aug 18, 2021
Added logic to verify that all bits of property integer were
recognized and used.

Added test to verify handling of property bits.
@oleksandr-pavlyk
Copy link
Collaborator

Addressed in #535

oleksandr-pavlyk added a commit that referenced this issue Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants