zephyr/tests/kernel
Inaky Perez-Gonzalez b53e6d7774 libc/minimal: snprintf(): KILL negative len parameter
snprintf() implements the ability to foce a negative value through the
(unsigned) size_t len parameter to allow the formatter to use a
maximum size string.

This is point less, we don't have as much memory and this is a recipe
for all kinds of vulnerabilities.

Kill the whole thing, the testcase it represents and thank Coverity
for finding this thing. Whatever use it had before, it has no more.

Change-Id: If422246548664699d8aa328a1b9304ef13cab7ea
Coverity-ID: 131625
Coverity-ID: 131626
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-28 20:49:37 +00:00
..
test_arm_irq_vector_table tests: fix filter for cortex-m3/m4 2016-11-11 21:37:52 +00:00
test_bitfield samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
test_build tests/kernel: Test CONFIG_RUNTIME_NMI behavior 2016-11-28 20:30:47 +00:00
test_common printk: Add basic support for width modifier and zero padding 2016-11-27 19:26:55 +00:00
test_ipm drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
test_multilib tests/multilib: Update README file 2016-11-26 10:46:10 +00:00
test_sprintf libc/minimal: snprintf(): KILL negative len parameter 2016-11-28 20:49:37 +00:00
test_xip samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00