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

Mocking Variable Length Array (VLA) not working #479

Open
parmi93 opened this issue Aug 14, 2024 · 0 comments
Open

Mocking Variable Length Array (VLA) not working #479

parmi93 opened this issue Aug 14, 2024 · 0 comments

Comments

@parmi93
Copy link

parmi93 commented Aug 14, 2024

void read(size_t buff_size, char (*buffer)[buff_size]);

The auto-generated code for the mocking of this type of functions does not work.

image

(I opened the same question on Ceedling Issues section, but I guess this problem is caused by CMock)

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

No branches or pull requests

1 participant