Browse Source
The string length being longer than the allowed qstr length can happen in many locations, for example in the parser with very long variable names. Without an explicit check that the length is within range (as done in this patch) the code would exhibit crashes and strange behaviour with truncated strings.pull/5353/head
Léa Saviot
5 years ago
committed by
Damien George
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue