Files
godot/core
Hein-Pieter van Braam cacced7e50 Convert Object::cast_to() to the static version
Currently we rely on some undefined behavior when Object->cast_to() gets
called with a Null pointer. This used to work fine with GCC < 6 but
newer versions of GCC remove all codepaths in which the this pointer is
Null. However, the non-static cast_to() was supposed to be null safe.

This patch makes cast_to() Null safe and removes the now redundant Null
checks where they existed.

It is explained in this article: https://www.viva64.com/en/b/0226/
2017-08-24 23:08:24 +02:00
..
2017-08-24 00:06:56 -03:00
2017-08-19 01:03:12 +02:00
2017-04-14 11:31:18 +02:00
2017-08-14 13:28:06 -04:00
2017-05-05 02:09:43 +02:00
2017-07-25 01:49:22 +02:00
2017-07-25 01:49:22 +02:00
2017-07-08 22:24:56 +07:00