eliminate snprintf 79/3079/1
authorAndy Green <andy.green@linaro.org>
Tue, 12 Feb 2013 02:07:22 +0000 (10:07 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:34 +0000 (13:01 -0800)
commitd85012c903de2c058b42e3f7b12fe08f00f06652
tree00afa22890be185b26f2f7670c1d533c25ea5dc3
parent5edc64465f6adbc200e37484cd8f2fbc665951da
eliminate snprintf

The two cases where I introduced snprintf are either already
safe for buffer overflow or can be made so with one extra
statement, allowing sprintf.

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/client.c
lib/server-handshake.c