diff options
author | Phil Carmody <ext-phil.2.carmody@nokia.com> | 2009-07-23 13:29:10 (GMT) |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-08-14 17:01:36 (GMT) |
commit | 758d8e46347aee199e7025b8c571bab75d2de63f (patch) | |
tree | c34a88972ec967785aa540156f776915c702ef4a /drivers/mtd/cmdlinepart.c | |
parent | 4a406856ea6830d8b8dba6a27d9f9331c5f4c13a (diff) | |
download | linux-fsl-qoriq-758d8e46347aee199e7025b8c571bab75d2de63f.tar.xz |
UBI: eliminate possible undefined behaviour
The assignment to pos when rb is finally NULL is undefined behaviour.
Upon seeing that assignment, GCC may assume that rb is not NULL, and
the loop condition ``rb'' may be optimised away.
Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/cmdlinepart.c')
0 files changed, 0 insertions, 0 deletions