summaryrefslogtreecommitdiff
path: root/misc-utils/fectest.c
Commit message (Collapse)AuthorAgeFilesLines
* fectest.c: fix buffer overrunRalph Siemsen2021-12-061-1/+1
| | | | | | | | | misc-utils/fectest.c:37:11: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] 37 | srcs[i] = buf + (i * PKT_SIZE); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
* Move libfec declarations to public header in global include directoryDavid Oberhollenzer2017-06-281-0/+1
| | | | Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
* mtd-utils: Restructure the mtd-utils source.Dongsheng Yang2015-11-111-0/+91
* There is no code modification in this commit, only moving * the files to proper place. The user tools looks a little messy as we place almost the all tools in the root directory of mtd-utils. To make it more clear, I propose to introduce the following structure for our source code. mtd-utils/ |-- lib |-- include |-- misc-utils |-- jffsX-utils |-- nand-utils |-- nor-utils |-- ubi-utils |-- ubifs-utils `-- tests Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>