desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #140455
[Bug 1501261] Re: redundant comparison libmng_chunk_io.c
The attachment "redundant_comparison.patch" seems to be a patch. If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libmng in Ubuntu.
https://bugs.launchpad.net/bugs/1501261
Title:
redundant comparison libmng_chunk_io.c
Status in libmng package in Ubuntu:
New
Bug description:
check on variable iRawlen is redundant at some places in
libmng_chunk_io.c
At #3850: Redundant comparison '(5 <= iRawlen)' is always 'true' because it is already checked at #3775.
At #6346: Redundant comparison '(0 != iRawlen)' is always 'true' because it is already checked at #6323.
At #3407: Redundant comparison '(0 != iRawlen)' is always 'true' because it is already checked at #6380.
For detail information please check the attached patch file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmng/+bug/1501261/+subscriptions
References