| udf_core.c | 3884 uint32_t ext, len, lb_rel, lb_packet, vat_off; local in function:udf_translate_vtop 3921 vat_off = context.vat_start + lb_num * 4; 3922 vat_pos = context.vat_contents + vat_off; 3925 if (vat_off >= context.vat_size) /* XXX > or >= ? */
|