nuttx-apps/netutils/dhcpc
Beat Küng 7fdd751b7a dhcpc: fix potential invalid memory reads
- check for minimum packet length (44 bytes, which includes the fields we
  read next)
- pass the correct remaining buffer length to dhcpc_parseoptions()
- dhcpc_parseoptions(): ensure we never read past the end of the buffer
2021-06-30 03:00:42 -05:00
..
dhcpc.c dhcpc: fix potential invalid memory reads 2021-06-30 03:00:42 -05:00
Kconfig
Make.defs
Makefile