aboutsummaryrefslogtreecommitdiff
path: root/libpore/sbe_xip_image.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20Fix for typosFrederic Bonnard1-1/+1
While reviewing the Debian packaging, codespell found those. Most proposed fixes are based on codespell's default dictionnary. Signed-off-by: Frederic Bonnard <frediz@linux.vnet.ibm.com> Reviewed-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-11-11Check return result of sbe_xip_get_section in sbe_xip_image.cStewart Smith1-2/+5
In the event of failure, stringsSection will be untouched, which is very likely not a good thing as then we'll just use garbage in the following line. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-02-18Fix uninitialized variable build warns -> errorsJack Miller1-3/+5
Signed-off-by: Jack Miller <millerjo@us.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+2562
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>