CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/18 15:21:28
Modified files:
lib/libssl/src/crypto/objects: o_names.c
Log message:
Coverity ID 78910 - Yet another stupid API designed to not show failures. do the
lease worst alternative and do nothing rather than dereference NULL, but having
a function with fundamentally broken API to simply make a list of strings, sort
them,
and call a function with each string as an argument is really quite silly....
and of course it was exposed API that the ecosystem uses that we can't delete..
yet.
ok miod@ doug@