Prevent accessing memory we don't own
Michał Janiszewski authored
In case where strlen(propertyName) < strlen(name) we are accessing
memory from stack mapping possibly outside our ownership.

Prevent such behaviour by clamping the check to valid range only.
fd6ddb71
Name Last commit Last update