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

memsafety openbsd: add violated subproperty #1286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions c/openbsd-6.2/if_etherip-double-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ input_files: 'if_etherip-double-free.i'
properties:
- property_file: ../properties/valid-memsafety.prp
expected_verdict: false
subproperty: valid-free
- property_file: ../properties/coverage-branches.prp

options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ input_files: 'if_etherip-fixed-double-free-invalid-deref1.i'
properties:
- property_file: ../properties/valid-memsafety.prp
expected_verdict: false
subproperty: valid-deref

options:
language: C
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ input_files: 'if_etherip-fixed-double-free-invalid-deref2.i'
properties:
- property_file: ../properties/valid-memsafety.prp
expected_verdict: false
subproperty: valid-deref

options:
language: C
Expand Down