Skip to content

Remove Maybe wrapper from CSSPayload

Matthew Pickering requested to merge wip/ccs-maybe into master

We should never attempt to dereference a null pointer, any null pointers should be captured at the point of creation.

Merge request reports