Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Fix too-short {prefix} evaluation #13429

Merged
merged 1 commit into from
Nov 21, 2018
Merged

Fix too-short {prefix} evaluation #13429

merged 1 commit into from
Nov 21, 2018

Commits on Nov 21, 2018

  1. [core] Fixed {prefix} evaluation

    This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
    1ec5 committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    e7def65 View commit details
    Browse the repository at this point in the history