cee39a1 Resolves: #247725

Authored and Committed by nhosoi 16 years ago
    Resolves: #247725
    Summary: rhds71 Invalid LDIF Syntax crashes directory server (comment #18)
    Description: The problem was if an RDN ends with '\\', strcpy_special_undo
    did not check if there is no more character, and incremented the pointer
    beyond the end and accessed the address.
    
        
file modified
+1 -1