Skip to content
  • Sharaf Zaman's avatar
    Fix ASAN heap-buffer-overflow · 01f361d6
    Sharaf Zaman authored
    strlen requires a null terminator to terminate. If memory isn't filled
    with it beforehand, running strlen on it, can be dangerous.
    
    BUG:440035
    01f361d6