attrhdr
struct extattr_entry *attrhdr;
attrhdr = (struct extattr_entry *) pos;
a_l = udf_rw32(attrhdr->a_l);
if (udf_rw32(attrhdr->type) != sattr)
if (udf_rw32(attrhdr->type) < 2048) { /* Ecma-167 attribute */
struct attrhdr a_hdr;
struct extattr_entry *attrhdr;
attrhdr = (struct extattr_entry *) pos;
a_l = udf_rw32(attrhdr->a_l);
udf_rw32(attrhdr->type),
attrhdr->subtype, a_l, l_ea));
if (udf_rw32(attrhdr->type) != sattr)
if (udf_rw32(attrhdr->type) < 2048) { /* Ecma-167 attribute */