Project

General

Profile

« Previous | Next » 

Revision 95d20512

Added by skyjake about 10 years ago

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences