zephyr/subsys/modbus
Jacob Siverskog 2954dcf4ed modbus: fix potential null pointer dereference
reorganize code so that null pointer check is done prior to accessing
element.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2021-03-24 10:56:06 +02:00
..
CMakeLists.txt modbus: add raw ADU support 2021-03-19 15:50:21 +01:00
Kconfig modbus: add raw ADU support 2021-03-19 15:50:21 +01:00
modbus_client.c modbus: move some RX/TX ADU related code to the core 2021-03-19 15:50:21 +01:00
modbus_core.c modbus: rework RS-485 transceiver DE,RE GPIO configuration 2021-03-19 15:50:21 +01:00
modbus_internal.h modbus: rework RS-485 transceiver DE,RE GPIO configuration 2021-03-19 15:50:21 +01:00
modbus_raw.c modbus: add raw ADU support 2021-03-19 15:50:21 +01:00
modbus_serial.c modbus: fix potential null pointer dereference 2021-03-24 10:56:06 +02:00
modbus_server.c modbus: move some RX/TX ADU related code to the core 2021-03-19 15:50:21 +01:00