nuttx-apps/examples/mtdpart
2017-05-17 08:16:45 -06:00
..
.gitignore
Kconfig
Make.defs
Makefile
mtdpart_main.c apps/examples/mtdpart: Prevent part array overflow. mtdpart examples create partions and allocate from 1 index not a 0 index to part[] array. This cause buffer overflow for part array. This change fixes this problem. 2017-05-17 08:16:45 -06:00