Skip to content

Add nullptr guards preventing crash in some cases

Timothee Chabat requested to merge timothee.chabat/paraview:addGuards into master

If a filter with multiple output return 0 in its RequestData for some reason, ParaView crashs.

Merge request reports