-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Executing StreamPeerGZIP.put_var
function crashes Godot
#84152
Comments
Think I've identified the issue here, will take a look |
For a In the first pass, the last part of its property list is:
In the second pass, the last part of its property list is:
This is because accessing properties like godot/modules/text_server_adv/text_server_adv.cpp Lines 2036 to 2044 in 5dc10b5
CC @bruvzg |
Godot version
4.2.beta.custom_build. 9144457
System information
Ubuntu 22.04 CI
Issue description
When executing
Godot crashes:
Command:
This example was found by Godot fuzzer - Qarminer, so it is quite unlikelly that this code could be used in real project, but still this should be handled gracefully.
Memory leaks or asan backtraces are visible when using Godot build with sanitizers support - https://github.com/qarmin/GodotBuilds/actions (linux -> linux-editor-sanitizers)
Steps to reproduce
Above
Minimal reproduction project
Above
The text was updated successfully, but these errors were encountered: