Vulnerability CVE-2022-2832


Published: 2022-08-16

Description:
When rendering with headless builds, show an error instead of crashing. Previously GPU_backend_init was called indirectly from DRW_opengl_context_create, a new function is now called from the window manager (GPU_backend_init_once), so it's possible to check if the GPU has a back-end. This also disables the bgl Python module when building WITH_HEADLESS.

 References:
https://developer.blender.org/T99706
https://developer.blender.org/D15463
https://developer.blender.org/rB00dc7477022acdd969e4d709a235c0be819efa6c

Copyright 2026, cxsecurity.com

 

Back to Top