Skip to content
  • Marvin Scholz's avatar
    Fix: Correct clearing of XSLT cache entry · 0df3e0ed
    Marvin Scholz authored
    Fix a double free that could happen when the cache was cleared
    during config reload and then subsequent XSLT requests would try
    to evict the same cache item, because the item name was not set to
    NULL in clear_cache_entry.
    
    Previously this was no problem as a cache entry would only be evicted
    on load of a new XSLT and that one would immediately fill in the place
    of the old one.
    0df3e0ed