ovni/test/emu/ovni
Rodrigo Arias 0df018cf5f Fix segfault reading empty streams
The check_clock_gate() was trying to access to the first event in all
streams. However, streams that are empty don't have any event, so they
cause a NULL dereference. Skipping not active streams avoids the
problem.
2023-10-23 10:07:44 +02:00
..
burst-stats.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
clockgate.c Constraint _GNU_SOURCE in compat.c only 2023-03-24 12:08:45 +00:00
CMakeLists.txt Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
empty-sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
empty-stream.c Fix segfault reading empty streams 2023-10-23 10:07:44 +02:00
flush-overhead.c Increase the flush overhead limit to 2 ms 2023-04-05 15:35:37 +02:00
flush.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
mp-simple.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
no-cpus.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
sort-cpus-by-loom.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-cpus-by-rank.c Order looms and processes by rank if given 2023-04-14 08:35:21 +00:00
sort-first-and-full-ring.c Constraint _GNU_SOURCE in compat.c only 2023-03-24 12:08:45 +00:00
sort-flush.c Add sort-flush test 2023-06-28 12:28:40 +02:00
sort.c Add include-what-you-use 2023-03-24 12:08:45 +00:00
tracedir-subdir.c Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
tracedir-subdir.driver.sh Add a test for multiple values of OVNI_TRACEDIR 2023-10-23 07:49:28 +00:00
version-bad.c Update copyright years to 2021-2023 2023-03-24 12:08:45 +00:00
version-good.c Add include-what-you-use 2023-03-24 12:08:45 +00:00