Skip to content
  • Dmitry Kazakov's avatar
    Fixed a crash in Color Curves Filter · 1bcf68fc
    Dmitry Kazakov authored
    There is no need to regenerate transfers every time and
    in the multithreaded evnvironment. Just do it in a single-threaded part
    of the process when the configuration is generated.
    
    I also did the same changes to the Brightnesss-Contrast Filter, bacause
    it looks also vulnerable, although I couldn't reproduce the crash there.
    
    BUG:317811,317939,312996
    1bcf68fc