[Bug 1512617] Re: Redundant Comparison in libmng_zlib.c

Sebastien Bacher seb128 at ubuntu.com
Tue Nov 10 14:47:08 UTC 2015


Thank you for your bug report, that seems like the sort of issue that
should be reported upstream though, could you do that?

** Changed in: libmng (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1512617

Title:
  Redundant Comparison in libmng_zlib.c

Status in libmng package in Ubuntu:
  New

Bug description:
  In libmng_zlib.c
  At #368, 'iRslt' == '0' is checked. 
  So, it is redundant comparison 'iRslt' == '0' (0 == 0) which is always true at #373, #379, #382, #385 and #388.

  The solution is to remove 'iRslt' == '0' comparison.

  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/1512617/+subscriptions



More information about the Ubuntu-sponsors mailing list