• Dylan Smith's avatar
    richedit: Null pointer check missing on optional parameter. · eaf7beca
    Dylan Smith authored
    The function ME_FindRunInRow uses two parameters to return values by
    reference, and treated these parameters as if they were optional except
    for the start of the function which set *pbCaretAtEnd without checking
    to see if was a NULL pointer.
    eaf7beca
caret.c 38.6 KB