]> code.ossystems Code Review - openembedded-core.git/commit
wic: rawcopy: ensure comparison is done on int
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 7 Apr 2015 10:21:58 +0000 (12:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Apr 2015 22:11:07 +0000 (23:11 +0100)
commit2ef885329cfd0351f551a33dcf3f42e25f38dea7
treea9094edc56504b12aa9093ccad24bf37dbe561ab
parentdfde8bdae3ae151ffed5777b920d24c774e5da2c
wic: rawcopy: ensure comparison is done on int

The size comparison may fail because it is done on strings rather than
integers.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/rawcopy.py