mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

28f69b3 Ticket 49639 - Crash when failing to read from SASL conn

Authored and Committed by mreynolds 6 years ago
    Ticket 49639 - Crash when failing to read from SASL conn
    
    Description:  This is a regression from ticket 49618, a return code
                  integer was reset to a unsigned int, when it needed to
                  remain signed.  This allowed an error condition to go
                  unchecked, which leads to a crash caused by a large
                  realloc attempt from the overflowed integer result code.
    
    https://pagure.io/389-ds-base/issue/49639
    
    Reviewed by: mreynolds(one line commit rule)
    
        
file modified
+2 -2