Skip to content
  • Milian Wolff's avatar
    Fix another situation where we could go past-end in ParamIterator · 51a56fa6
    Milian Wolff authored
    When we set m_curEnd to the end but m_cur is left at a previous stage,
    we would end up dereferencing past the end of the string in operator++
    
    Fixes:
    ```
    Using QCharRef with an index pointing outside the valid range of a QString.
    The corresponding behavior is deprecated, and will be changed in a future version of Qt.
    ```
    51a56fa6