platform_bionic/benchmarks
George Burgess IV 705910094d bionic: fix assorted static analyzer warnings
Warnings:

bionic/libc/bionic/fts.c:722:5: warning: Null passed to a callee that
requires a non-null 1st parameter

bionic/libc/bionic/sched_cpualloc.c:34:25: warning: Result of 'malloc'
is converted to a pointer of type 'cpu_set_t', which is incompatible
with sizeof operand type 'unsigned long'

bionic/linker/linker_main.cpp:315:7: warning: Access to field 'e_type'
results in a dereference of a null pointer (loaded from variable
'elf_hdr')

bionic/linker/linker_main.cpp:493:66: warning: Access to field 'e_phoff'
results in a dereference of a null pointer (loaded from variable
'elf_hdr')

bionic/linker/linker_main.cpp:90:14: warning: Access to field 'next'
results in a dereference of a null pointer (loaded from variable 'prev')

Bug: None
Test: mma; analyzer warnings are gone. CtsBionicTestCases pass.
Change-Id: I699a60c2c6f64c50b9ea06848a680c98a8abb44a
2017-06-28 15:03:15 -07:00
..
Android.bp Add "benchmark" to time atomic operations 2017-01-31 10:20:26 -08:00
atomic_benchmark.cpp Add "benchmark" to time atomic operations 2017-01-31 10:20:26 -08:00
math_benchmark.cpp Fix deprecated range_x() calls. 2016-11-15 09:07:11 +01:00
property_benchmark.cpp Stop using __system_property_area__ 2017-03-01 20:43:42 +01:00
pthread_benchmark.cpp bionic: fix assorted static analyzer warnings 2017-06-28 15:03:15 -07:00
run-on-host.sh Convert bionic benchmarks and tests to Android.bp 2016-07-14 12:30:12 -07:00
semaphore_benchmark.cpp Fix infinite loop if semaphore test is not run. 2016-06-06 14:13:17 -07:00
stdio_benchmark.cpp Fix deprecated range_x() calls. 2016-11-15 09:07:11 +01:00
string_benchmark.cpp Add benchmarks for strcpy and strcmp. 2017-06-14 17:51:54 -07:00
time_benchmark.cpp localtime_r(3) should act as if it calls tzset(3). 2017-01-11 14:56:04 -08:00
unistd_benchmark.cpp Switch bionic over to google-benchmark. 2016-03-07 13:50:50 -08:00