zephyr/subsys/shell/backends
Wojciech Slenska df98af0c23 shell: backends: telnet: init structure before first function call
Struct sh_telnet should be initialised before first function call.

Right now there is a possibility that telnet_accept function will
be called before memset.

Signed-off-by: Wojciech Slenska <wsl@trackunit.com>
2023-04-07 13:24:32 +02:00
..
CMakeLists.txt
Kconfig.backends shell: uart: Fix wait for DTR before TX 2023-04-06 14:21:57 +02:00
shell_dummy.c
shell_mqtt.c
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c shell: backends: telnet: init structure before first function call 2023-04-07 13:24:32 +02:00
shell_uart.c shell: uart: Fix wait for DTR before TX 2023-04-06 14:21:57 +02:00