numam-dpdk/app/test-bbdev
Pallantla Poornima cde417155f app/bbdev: replace sprintf with snprintf or strlcpy
sprintf function is not secure as it doesn't check the length of string.
More secure function snprintf and strlcpy is used.

Fixes: f714a18885 ("app/testbbdev: add test application for bbdev")
Cc: stable@dpdk.org

Signed-off-by: Pallantla Poornima <pallantlax.poornima@intel.com>
Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
2019-04-22 21:32:10 +02:00
..
test_vectors app/bbdev: add new test vectors 2018-05-10 17:46:20 +01:00
main.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
main.h use appropriate EAL macro for constructors 2019-03-27 23:10:57 +01:00
Makefile baseband/turbo_sw: scale likelihood ratio input 2018-05-10 17:46:20 +01:00
meson.build build: add dependency on telemetry to apps with meson 2018-10-27 15:21:33 +02:00
test_bbdev_perf.c app/bbdev: fix return value check 2019-01-10 16:57:22 +01:00
test_bbdev_vector.c build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
test_bbdev_vector.h app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
test_bbdev.c app/bbdev: replace sprintf with snprintf or strlcpy 2019-04-22 21:32:10 +02:00
test-bbdev.py mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
turbo_dec_default.data app/bbdev: update default test vectors 2018-05-10 17:46:20 +01:00
turbo_enc_default.data app/bbdev: update default test vectors 2018-05-10 17:46:20 +01:00