Skip to content

Make sure returned values are initialized

Samuel Thibault requested to merge sthibaul/atk:initialized into master

Some methods do not have a way to notify that they have failed. They should thus make sure that they set some value, rather than let them uninitialized and thus random.

It allows to be sure that Orca will have a well-defined behavior rather than possibly very erratic behavior.

Merge request reports