• J
    vbox: Address false positive for NULL dereference · 4f01d3d5
    John Ferlan 提交于
    Resolve a false positive from 'vboxIIDFromUUID_v2_x()'. The code sets
    'iid->value = &iid->backing' unconditionally prior to calling 'nsIDFromChar()'.
    The 'vboxIIDUnalloc_v2_x()' checks iid->value to not be &iid->backing. The
    iid->backing is a static buffer within the initialized structure.
    4f01d3d5
vbox_tmpl.c 340.8 KB