• Dylan Smith's avatar
    richedit: Respect the cbSize field on EM_GETPARAFORMAT. · f73a3464
    Dylan Smith authored
    EM_GETPARAFORMAT previously would overwrite the cbSize field with the
    size of PARAFORMAT2, would read past the end of the struct, and might
    indicate that PARAFORMAT2 fields are valid using the mask regardless
    of the value of cbSize.
    f73a3464
para.c 22.4 KB