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

Check enable_environment for NULL before copying #1624

Conversation

charles-lunarg
Copy link
Collaborator

The enable_environment was missing NULL pointer checks before trying to copy the string. This issue was found by fuzz testing, so the fuzz test has been included as a reproducible case.

The enable_environment was missing NULL pointer checks before trying to
copy the string. This issue was found by fuzz testing, so the fuzz test
has been included as a reproducible case.
@ci-tester-lunarg
Copy link

CI Vulkan-Loader build queued with queue ID 323097.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2826 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Loader build # 2826 passed.

@charles-lunarg charles-lunarg merged commit 037ed53 into KhronosGroup:main Dec 12, 2024
44 checks passed
@charles-lunarg charles-lunarg deleted the add_null_check_for_enable_environment branch December 12, 2024 19:55
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

Successfully merging this pull request may close these issues.

2 participants