Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-802_11.c3226 const nd_uint32_t *presentp, *last_presentp; in ieee802_11_radio_print() local
3265 for (last_presentp = &hdr->it_present; in ieee802_11_radio_print()
3266 (const u_char*)(last_presentp + 1) <= p + len && in ieee802_11_radio_print()
3267 IS_EXTENDED(last_presentp); in ieee802_11_radio_print()
3268 last_presentp++) in ieee802_11_radio_print()
3272 if ((const u_char*)(last_presentp + 1) > p + len) { in ieee802_11_radio_print()
3291 for (presentp = &hdr->it_present; presentp <= last_presentp; in ieee802_11_radio_print()
H A DCHANGES566 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)