turtle/include
Alex Smith dd7340e5f7 Avoid dereferencing nullptr C-style strings
Added runtime checks for C-style strings (char*) being nullptr during matching and serialization.

This fix prevents nullptr dereferences in the case that the null character pointer (as opposed to the null nullptr_t) is expected and in the case that a non-null string is expected but nullptr is actually passed.
2023-01-02 17:38:26 +00:00
..
turtle Avoid dereferencing nullptr C-style strings 2023-01-02 17:38:26 +00:00