zephyr/drivers/slip
Jukka Rissanen f7a5612ba2 drivers: slip: Fix memory corruption when receiving packet
It is possible that the slip->last pointer is not set during
the startup of the slip driver if we receive some garbage bytes.
This in turn caused memory to be overwritten in random places.

Jira: ZEP-1737

Change-Id: Ia2ce193b81a8f707b7ca63497d497ea70699bb32
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-17 10:34:44 +02:00
..
Kconfig drivers: slip: Allow specifying the MAC address from config file 2017-03-17 10:34:43 +02:00
Makefile drivers: slip: remove unneeded include path addition 2016-12-10 02:15:49 +00:00
slip.c drivers: slip: Fix memory corruption when receiving packet 2017-03-17 10:34:44 +02:00