Home
last modified time | relevance | path

Searched refs:inbounds (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/security/apparmor/
Dpolicy_unpack.c202 static bool inbounds(struct aa_ext *e, size_t size) in inbounds() function
227 if (!inbounds(e, sizeof(u16))) in unpack_u16_chunk()
231 if (!inbounds(e, size)) in unpack_u16_chunk()
241 if (!inbounds(e, 1)) in unpack_X()
298 if (!inbounds(e, sizeof(u32))) in unpack_u32()
311 if (!inbounds(e, sizeof(u64))) in unpack_u64()
325 if (!inbounds(e, sizeof(u16))) in unpack_array()
338 if (!inbounds(e, sizeof(u32))) in unpack_blob()
342 if (inbounds(e, (size_t) size)) { in unpack_blob()