[Mono-bugs] [Bug 81829][Nor] New - GdipCreateCustomLineCap: wrong parameters checking
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 7 12:08:53 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by doc.formatique at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81829
--- shadow/81829 2007-06-07 12:08:53.000000000 -0400
+++ shadow/81829.tmp.27695 2007-06-07 12:08:53.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 81829
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: libgdiplus
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: doc.formatique at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: GdipCreateCustomLineCap: wrong parameters checking
+
+customlinecap.c:GdipCreateCustomLineCap's parameters validation is wrong:
+it requires all of fillPath, strokePath and customCap to be non-null
+instead of just one of them.
+
+Il looks like || was used instead of && :)
More information about the mono-bugs
mailing list