summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2014-05-18 11:36:24 +0000
committerjsing <jsing@openbsd.org>2014-05-18 11:36:24 +0000
commit4e57adac8fcc5649662b6b720b748a1ff7a1c77b (patch)
tree20082600f79f67335f1b5b5e9edd599b4dd2e3fe /lib/libc/stdlib
parentMore KNF. (diff)
downloadwireguard-openbsd-4e57adac8fcc5649662b6b720b748a1ff7a1c77b.tar.xz
wireguard-openbsd-4e57adac8fcc5649662b6b720b748a1ff7a1c77b.zip
bio_err is initialised in main, hence there is no need to initialise it
in each application (since there is no longer a non-monolithic mode). In typical OpenSSL fashion, the code is inconsistent and there are multiple ways that bio_err was initialised - none of them actually checked to see if the initialisation actually succeeded. Additionally, it is worth noting that in at least two cases bio_err was also being used before it would have been initialised. ok miod@
Diffstat (limited to 'lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions