Skip to content

Segfault in create awindow

Eloi Gaudry requested to merge eg/vtk:segfault_in_create_awindow into master

there are some paths in the vtkXOpenGLRenderWindow (CreateAWindow for instance) that would need better NULL pointer check to avoid SEGFAULT and allow a clean abort.

this fix should also be merged to the release branch

cc: @dlonie

Merge request reports