• When SSL wants the app to retry, it stands to reason that the local
    write buffer needs to be grown (read: reallocated) to hold the
    application bytes. At that point, the buffer is no longer where it was
    originally.
    
    This fixes segfaults.
    Wiebe Cazemier authored
     
    Browse File »