• D
    Fix crash when aborting a stream from a I/O callback · d9709343
    Daniel P. Berrange 提交于
    If a callback being invoked from a stream issues a virStreamAbort
    operation, the stream data will be free'd but the callback will
    then still try to use this. Delay free'ing of the stream data when
    a callback is dispatching
    
    * src/fdstream.c: Delay stream free when callback is active
    d9709343
fdstream.c 17.2 KB