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

tests: fix userproxytest missed NULL argument pointer #83

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

laokz
Copy link

@laokz laokz commented Sep 6, 2023

Execv syscall needs the argument array of pointers must be terminated by a null pointer, see manpage, otherwise the garbage data following the
array might break the test.

Execv syscall needs the argument array of pointers must
be terminated by a null pointer, otherwise the garbage
data might break the test.

Signed-off-by: Kai Zhang <zhangkai@iscas.ac.cn>
@simo5
Copy link
Contributor

simo5 commented Sep 6, 2023

Good catch

@simo5 simo5 merged commit f52e60f into gssapi:main Sep 7, 2023
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 this pull request may close these issues.

2 participants