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

Add content of return value for specified function #190

Open
S1eGa opened this issue Jul 17, 2024 · 0 comments
Open

Add content of return value for specified function #190

S1eGa opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@S1eGa
Copy link
Collaborator

S1eGa commented Jul 17, 2024

Suppose, we have a function

int *foo() {
  int *x = (int *x) malloc(sizeof(int));
  *x = 10;
  return x;
}

And we want to check that value under returned pointer is 5.
Se need to provide such information in .ktest file.

@S1eGa S1eGa added the enhancement New feature or request label Jul 17, 2024
@S1eGa S1eGa self-assigned this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant