Skip to content

Commit

Permalink
Add a failing assert to check something in the OSS-Fuzz build
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin D. Howard <[email protected]>
  • Loading branch information
gavinhoward committed Jun 18, 2024
1 parent cf45106 commit 7b2662a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,8 @@ bc_vm_atexit(BcStatus status)
// Set the status correctly.
BcStatus s = BC_STATUS_IS_ERROR(status) ? status : BC_STATUS_SUCCESS;

assert(false);

bc_vm_shutdown();

#if BC_DEBUG
Expand Down

0 comments on commit 7b2662a

Please sign in to comment.