Fix: SIGBUS error on reading past a file's end in mmap'ed region
[babeltrace.git] / plugins / ctf / fs / fs.c
index 419f601c32cd6778805b79c81cf7fa53729df8c4..bf834f3fe4dd1a804a9ddfadb045e671ea224b84 100644 (file)
@@ -84,7 +84,7 @@ enum bt_notification_iterator_status ctf_fs_iterator_next(
        ctf_fs = bt_component_get_private_data(component);
        assert(ctf_fs);
 
-       ret = ctf_fs_data_stream_get_next_notification(ctf_fs, &notification);
+       ret = ctf_fs_data_stream_get_next_notification(ctf_fs, &notification, 0);
        if (ret || !notification) {
                goto end;
        }
This page took 0.023847 seconds and 4 git commands to generate.