summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2024-11-22 13:35:29 +0100
committerTom Rini <[email protected]>2024-11-22 14:37:21 -0600
commit8c95d84b39fc0886a4417c5ddefc2ea05217c0ac (patch)
tree205ed2fa761ee940d75a5e5d7cc3afbfd1df669a /include
parente92b5d0ddfbe95b0d6bf5277f06d00b1acfa0b83 (diff)
net: lwip: fix dhcp_loop()
The local variables ipstr, maskstr and gwstr in static function dhcp_loop() cannot be pointers to read-only data, since they may be written to in case the device index is > 0. Therefore make them char arrays allocated on the stack. Reported-by: Ilias Apalodimas <[email protected]> Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions