]> Git Repo - qemu.git/blobdiff - qemu-file.c
parallels: Sanity check for s->tracks (CVE-2014-0142)
[qemu.git] / qemu-file.c
index e5ec798e0b5f61fb12b2c32f5b90ba1c14e16fd1..8d5f45dcb057d78d4ee987d9d48110edcd4480ff 100644 (file)
@@ -4,6 +4,7 @@
 #include "block/coroutine.h"
 #include "migration/migration.h"
 #include "migration/qemu-file.h"
+#include "trace.h"
 
 #define IO_BUF_SIZE 32768
 #define MAX_IOV_SIZE MIN(IOV_MAX, 64)
@@ -595,6 +596,7 @@ int qemu_fclose(QEMUFile *f)
         ret = f->last_error;
     }
     g_free(f);
+    trace_qemu_file_fclose();
     return ret;
 }
 
This page took 0.021684 seconds and 4 git commands to generate.