Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c3085 const uint32_t *presentp, *last_presentp; in ieee802_11_radio_print() local
3114 for (last_presentp = &hdr->it_present; in ieee802_11_radio_print()
3115 (const u_char*)(last_presentp + 1) <= p + len && in ieee802_11_radio_print()
3116 IS_EXTENDED(last_presentp); in ieee802_11_radio_print()
3117 last_presentp++) in ieee802_11_radio_print()
3121 if ((const u_char*)(last_presentp + 1) > p + len) { in ieee802_11_radio_print()
3140 for (presentp = &hdr->it_present; presentp <= last_presentp; in ieee802_11_radio_print()
DCHANGES150 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)