-
Couldn't load subscription status.
- Fork 196
Xi: inline SProcXIQueryVersion() #1194
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
Xi: inline SProcXIQueryVersion() #1194
Conversation
Xi/xiqueryversion.c
Outdated
|
|
||
| REQUEST(xXIQueryVersionReq); | ||
| REQUEST_SIZE_MATCH(xXIQueryVersionReq); | ||
| REQUEST_AT_LEAST_SIZE(xXIQueryVersionReq); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can keep REQUEST_SIZE_MATCH here as a more strict check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure. actually no idea why I changed that in the first place ;-)
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
96a0e27 to
0da6edb
Compare
Signed-off-by: Enrico Weigelt, metux IT consult [email protected]