[Bug 51293] New: Assert with side effect in dlls/glu32/sweep.c

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jun 19 12:52:00 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51293

            Bug ID: 51293
           Summary: Assert with side effect in dlls/glu32/sweep.c
           Product: Wine
           Version: 6.11
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: glu32
          Assignee: wine-bugs at winehq.org
          Reporter: mikrutrafal at protonmail.com
      Distribution: ---

https://github.com/wine-mirror/wine/blob/e909986e6ea5ecd49b2b847f321ad89b2ae4f6f1/dlls/glu32/sweep.c#L1290

```
      assert( ++fixedEdges == 1 );
```

Assert shouldn't anything than checking if expression is false/true, but here
add value to fixedEdges variable

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list