Skip to content

Commit

Permalink
Merge pull request #1592 from goblint/svcomp25-no-mallocWrapper
Browse files Browse the repository at this point in the history
Remove fixed malloc wrappers from svcomp conf
  • Loading branch information
sim642 authored Oct 5, 2024
2 parents bb6f9aa + 30a2ace commit 4acdae5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions conf/svcomp-validate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,6 @@
"context": {
"widen": false
},
"malloc": {
"wrappers": [
"kmalloc",
"__kmalloc",
"usb_alloc_urb",
"__builtin_alloca",
"kzalloc",

"ldv_malloc",

"kzalloc_node",
"ldv_zalloc",
"kmalloc_array",
"kcalloc",

"ldv_xmalloc",
"ldv_xzalloc",
"ldv_calloc",
"ldv_kzalloc"
]
},
"base": {
"arrays": {
"domain": "partitioned"
Expand Down
21 changes: 0 additions & 21 deletions conf/svcomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,6 @@
"context": {
"widen": false
},
"malloc": {
"wrappers": [
"kmalloc",
"__kmalloc",
"usb_alloc_urb",
"__builtin_alloca",
"kzalloc",

"ldv_malloc",

"kzalloc_node",
"ldv_zalloc",
"kmalloc_array",
"kcalloc",

"ldv_xmalloc",
"ldv_xzalloc",
"ldv_calloc",
"ldv_kzalloc"
]
},
"base": {
"arrays": {
"domain": "partitioned"
Expand Down

0 comments on commit 4acdae5

Please sign in to comment.