Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Fix crash when selecting "Brightness/Contrast classic" node

Open TheUnlocked opened this issue 2 months ago • 2 comments

Resolves #3206

The crash was because both the normal and classic brightness/contrast nodes were using the same brightness_contrast_properties function and that function used input indexes from the normal node rather than the classic one. Since the classic node didn't have the use_classic input that the normal brightness/contrast node has, there was an OOB when brightness_contrast_properties tried to read it.

TheUnlocked avatar Oct 12 '25 21:10 TheUnlocked

!build

Keavon avatar Oct 12 '25 21:10 Keavon

📦 Build Complete for a8d84520244c7ed2d77d5eb29d59c0ddda7fb33c
https://b18a36f3.graphite.pages.dev

github-actions[bot] avatar Oct 12 '25 22:10 github-actions[bot]