GNOME Bugzilla – Bug 729127
pesparse: Incorrect jumping condition when PES 2nd extension flag is not set
Last modified: 2014-04-29 06:54:26 UTC
Created attachment 275362 [details] [review] Incorrect jumping condition when PES 2nd extension flag is not set If the PES extension flag is not set, we should go directly to the stuffing_byte label, but the jumping condition is incorrect : if (!flags & 0x01) instead of if (!(flags & 0x01)).
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 722096 ***