We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99fec4 commit 48f217cCopy full SHA for 48f217c
src/RecordTask.cc
@@ -503,6 +503,7 @@ template <typename Arch> void RecordTask::init_buffers_arch() {
503
LOG(debug) << "Syscallbuf initialization failed";
504
args.syscallbuf_size = 0;
505
}
506
+ vm()->verify(this);
507
508
if (args.syscallbuf_ptr) {
509
desched_fd_child = args.desched_counter_fd;
0 commit comments