CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/05/02 09:33:33

Modified files:
        lib/libcrypto/ts: ts_rsp_verify.c 

Log message:
Make TS_compute_imprint a bit more robust.

Instead of using the output parameters directly, null them out at the
beginning and work with local variables which are only assigned to the
output parameters on success. This way we avoid leaking stale pointers
back to the caller.

requested/ok jsing

Reply via email to