Fixed|libcore|String: Out-of-bounds memory access (leading to crash)
String::compareWithCase() was calling the QString constructor with a specific size with the intention of limiting the size of the string. However, this constructor does not check for null-termination in this case.
Fixed|libcore|String: Out-of-bounds memory access (leading to crash)
String::compareWithCase() was calling the QString constructor with a
specific size with the intention of limiting the size of the string.
However, this constructor does not check for null-termination in this
case.
IssueID #1879