aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_sw.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Fix incorrect size argument resulting from incorrect fix of unbounded stack ↵Stewart Smith1-1/+1
usage Luckily, thanks to boot coverage report, we never called this function: http://open-power.github.io/skiboot/boot-coverage-report/libfdt/fdt_sw.c.gcov.html Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-12-10Fix warning of unbounded stack in libfdt/fdt_sw.cStewart Smith1-1/+6
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+280
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>