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

newStencilMode null dereference #3248

Open
louwers opened this issue Feb 22, 2025 · 0 comments
Open

newStencilMode null dereference #3248

louwers opened this issue Feb 22, 2025 · 0 comments
Labels

Comments

@louwers
Copy link
Collaborator

louwers commented Feb 22, 2025

With my CMake build I am hitting a problem where newStencilMode in the Metal drawable.cpp is dereferenced when it is null:

impl->previousStencilMode = *newStencilMode;

To reproduce check out #3234 (or after it is merged)

cmake --preset ios
xed build-ios/MapLibre\ Native.xcodeproj

Run app target.

Maybe @TimSylvester can have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant