Dsp convolution engine allocating on the audio thread

Convolution::Pimpl::loadImpulseResponse() may allocate on the audio thread (new FileInputStream(), new MemoryInputStream()) :

processSamples() calls processFifo(), that may call loadImpulseResponse() (line 681 in juce_Convolution.cpp)
Is that something that you could fix?