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: backends: add init log level for dummy shell 2023-02-22 12:15:24 +01:00
shell_mqtt.c shell/mqtt: Handle negative return value of wait 2022-09-07 10:30:16 +02:00
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