commit | 7f9b4d807c11aa5d3e859092bc928c7d4e35029d | [log] [tgz] |
---|---|---|
author | Sjors Hettinga <s.a.hettinga@gmail.com> | Tue Sep 14 09:57:54 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Oct 01 11:06:32 2021 -0400 |
tree | 0227faf0182718456aeff1f3ec62f5baa75982a9 | |
parent | 774aef0cf8f88a0bd4d9f7e451cc88b3e031798d [diff] |
drivers: modem: Fix reference to stack in modem_context_sprint_ip_addr Changes the modem_context_sprint_ip addr to write into a provided buffer. This approach fixes a referencing to a non existing stack variable, without using a lot of stack space. Tested using the by building all used modems and tested on HW using IPv4. Fixes: #38459 Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>