]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix an incoherent test.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Fri, 8 Dec 2017 15:25:38 +0000 (10:25 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 8 Dec 2017 16:20:44 +0000 (11:20 -0500)
commita1daedd88445397a4aebf22ba63e92c3f1977870
tree02862f7e0c28c4025d458302285b3e1395e9dd28
parente167fd05b8b781bf04fcd462c0d28fae386116fe
Fix an incoherent test.

Pointer 'o' is set inside a local buffer, so it can't be NULL.
Also fix coding style and add comments

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4754)
(cherry picked from commit cef115ff0ca4255d3decc1dda87c5418a961fd2c)
crypto/objects/obj_dat.c