v.21.11Bug Fixes
Fix bug in pathStartsWith due to std::mismatch usage error
Fix bug in checkpathStartsWithbecause there was bug with the usage ofstd::mismatch:The behavior is undefined if the second range is shorter than the first range.. #29531 (Kseniia Sumarokova).