-
Notifications
You must be signed in to change notification settings - Fork 66
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
Build fails on -Werror=use-after-free on GCC 12.2.0 #198
Comments
With change from #199, dawn + test tools seems to build fine on my machine. |
mmtj
added a commit
to mmtj/DAWN
that referenced
this issue
Oct 23, 2022
Closes: berlin-open-wireless-lab#198 Signed-off-by: Martin Matějek <[email protected]>
mmtj
changed the title
Build fails on -Werror=use-after-free
Build fails on -Werror=use-after-free on GCC 12.2.0
Oct 24, 2022
mmtj
added a commit
to mmtj/DAWN
that referenced
this issue
Apr 20, 2023
Closes: berlin-open-wireless-lab#198 Signed-off-by: Martin Matějek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to build test tools
I bumped into following error:
Looking into the
src/storage/datastorage.c:1336
, there indeed seems to be use-after-free:The text was updated successfully, but these errors were encountered: