Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c3098 const uint32_t *presentp, *last_presentp; in ieee802_11_radio_print() local
3127 for (last_presentp = &hdr->it_present; in ieee802_11_radio_print()
3128 (const u_char*)(last_presentp + 1) <= p + len && in ieee802_11_radio_print()
3129 IS_EXTENDED(last_presentp); in ieee802_11_radio_print()
3130 last_presentp++) in ieee802_11_radio_print()
3134 if ((const u_char*)(last_presentp + 1) > p + len) { in ieee802_11_radio_print()
3153 for (presentp = &hdr->it_present; presentp <= last_presentp; in ieee802_11_radio_print()
DCHANGES49 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)