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