diff options
author | Ming Liu <ming.liu@windriver.com> | 2013-02-26 09:19:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:14:40 +0000 |
commit | 9acaa764a4df8d589011ff597bba2afc05d6e78b (patch) | |
tree | 46f77b3c3227956430d4811f6993567ce834cba7 /scripts/crosstap | |
parent | d7b8ae19464a3fe87822376b541b3d6865fe6115 (diff) | |
download | openembedded-core-9acaa764a4df8d589011ff597bba2afc05d6e78b.tar.gz openembedded-core-9acaa764a4df8d589011ff597bba2afc05d6e78b.tar.bz2 openembedded-core-9acaa764a4df8d589011ff597bba2afc05d6e78b.zip |
parted: fix several integer overflows
Integer overflows were found in libparted/labels/dvh.c, while attemptting
to assign unsigned int values to int types in some places. These overflows
only can be observed on BE platforms like MIPS, when the "WORDS_BIGENDIAN"
macro is defined in parted.
Defined by unsigned int instead.
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/crosstap')
0 files changed, 0 insertions, 0 deletions