Lines Matching +full:- +full:- +full:-
9 -----------------------
15 ---------------------------------
29 * Use-after-free and double-free
39 ----------------
62 unit = &mydev->unit[val]; <-- this input wasn't validated!
67 If ``val`` is not in range [0, 1] then an out-of-bounds memory access will take
72 --------------------------
81 well-behaved guest might wait for a completion interrupt before accessing
88 ``qemu_log_mask(LOG_GUEST_ERROR, ...)``. The ``-d guest_errors`` command-line
92 --------------
100 -------------------------
104 time-of-check-to-time-of-use (TOCTOU) race conditions that could cause QEMU to
108 Use of null-co block drivers
109 ----------------------------
111 The ``null-co`` block driver is designed for performance: its read accesses are
113 research, it must be used with the ``read-zeroes=on`` option which fills read
115 (``read-zeroes=off``) will be discarded.