Skip to content
  • Akira TAGOH's avatar
    Fix a dereference of a null pointer · b047e299
    Akira TAGOH authored
    When exiting from for loop by not satisfying the condition of `(s = next[i])` at FcCacheRemoveUnlocked()
    referring s->alloated will be invalid.
    b047e299