Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Move ldv-linux-4.2-rc1/linux-4.2-rc1.tar.xz-08_1a-drivers--media--dvb-core--dvb-core.ko-entry_point.cil.out to TODO directory #1231

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// lacks proper initialization (see https://github.com/sosy-lab/sv-benchmarks/issues/1207)

extern void abort(void);
#include <assert.h>
void reach_error() { assert(0); }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ input_files: 'linux-4.2-rc1.tar.xz-08_1a-drivers--media--dvb-core--dvb-core.ko-e

properties:
- property_file: ../properties/unreach-call.prp
expected_verdict: false
expected_verdict: false # currently true, lacks proper initialization (see https://github.com/sosy-lab/sv-benchmarks/issues/1207)

options:
language: C
Expand Down