Add missing terminating NULL to speed_options table.
authorKurt Cancemi <kurt@x64architecture.com>
Thu, 7 May 2015 22:19:20 +0000 (18:19 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 11 May 2015 11:09:52 +0000 (12:09 +0100)
commit7786005d0d30816fd3cd3ee4bad11bf520b1327a
treed6fae435348baa7c7e38b60ad2a209461cb53570
parent8f744cceff5bce8cb00a6ddd739c1bbb85c142ea
Add missing terminating NULL to speed_options table.

This would cause memory corruption in opt_init() because it relies on the
terminating NULL.

RT#3842

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/speed.c