Skip to content

Add content of return value for specified function #190

@S1eGa

Description

@S1eGa

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions