[OpenSSL-1.0.2] TNF local patch - Coverity analysis warning(unchecked returm)

Issue #142 resolved
Takehiko NOZAKI repo owner created an issue

TNF local patch audit

  • apps/s_time.c

original commit message:

http://mail-index.netbsd.org/source-changes/2015/04/13/msg064871.html

this patch fix Coverity analysis warning(unchecked return).

Comments (2)

  1. Takehiko NOZAKI reporter

    BUGFIX: Issue #142 - Coverity analysis warning(unchecked return).

    cherry-picked forn OpenSSL master branch: https://github.com/openssl/openssl/commit/ac59d70553723cd8c7c1558071a2e1672d80daef

    original commit message:

    apps return value checks

    Ensure that all libssl functions called from within the apps have their return values checked where appropriate.

    Reviewed-by: Richard Levitte levitte@openssl.org

    → <<cset 92912a289d16a46a538a63a8214a9f54fb654a17>>

  2. Log in to comment