Page MenuHomeFreeBSD

dumpon: check OPENSSL_init_crypto return value
AbandonedPublic

Authored by emaste on May 31 2023, 4:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 3, 2:33 AM
Unknown Object (File)
Wed, Oct 1, 12:53 PM
Unknown Object (File)
Tue, Sep 30, 6:48 AM
Unknown Object (File)
Fri, Sep 19, 3:44 PM
Unknown Object (File)
Thu, Sep 18, 8:38 PM
Unknown Object (File)
Thu, Sep 18, 1:10 AM
Unknown Object (File)
Sep 13 2025, 5:46 AM
Unknown Object (File)
Sep 5 2025, 4:37 PM
Subscribers
None

Details

Reviewers
def
khorben
ngie
Summary
Reported by:    def
Sponsored by:   The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
emaste added reviewers: def, khorben, ngie.

I surveyed a few programs that call OPENSSL_init_crypto (via Debian code search) and did not find any checking the return value, but indeed it is not a bad idea.

This revision is now accepted and ready to land.May 31 2023, 4:50 PM