• Pascal Buhler's avatar
    Prevent OOB access of stream_template->session_keys · 9546e959
    Pascal Buhler authored
    The template may not have been used for the deallocated
    stream, therefore the size of the session_keys array
    could be different.
    
    Should maybe contain a pointer to template from stream
    so it is explicitly known that it was used.
    9546e959