commit | d0f74f534604e3b6054bbef09365448b76a8d192 | [log] [tgz] |
---|---|---|
author | EunBong Song <eunb.song@samsung.com> | Fri Aug 25 06:50:37 2017 -0600 |
committer | Gregory Nutt <gnutt@nuttx.org> | Fri Aug 25 06:50:37 2017 -0600 |
tree | 62e148a2bf870af5e6465f8a04cf3cccc8047299 | |
parent | 7fa2bd1a23098a9010c2a361e770b41f5ba922f1 [diff] |
dhcpd: Prevent buffer overflow in dhcpd_addoption. offset represents distance from start of option buffer. So this should be changed current option pointer minus start of buffer.