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

a + (b && c) && d does causes tool crash #21

Closed
rmbishop opened this issue Dec 10, 2023 · 1 comment
Closed

a + (b && c) && d does causes tool crash #21

rmbishop opened this issue Dec 10, 2023 · 1 comment

Comments

@rmbishop
Copy link
Owner

When the following code is parsed, the tool crashes:

int f(int a, int b, int c, int d)
{
    a + (b && c) && d;
}

The error that the tool generates is:

libtinycover.lua:1181: attempt to concatenate a nil value (local 'offset')

@rmbishop
Copy link
Owner Author

Fixed issue.

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