Searched refs:last_presentp (Results 1 – 2 of 2) sorted by relevance
3226 const nd_uint32_t *presentp, *last_presentp; in ieee802_11_radio_print() local3265 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()
566 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)