Author: spouliot
Date: 2006-08-10 17:41:59 -0400 (Thu, 10 Aug 2006)
New Revision: 63626

Modified:
   trunk/libgdiplus/src/ChangeLog
   trunk/libgdiplus/src/region.c
Log:
2006-08-10  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * region.c: Test to see if this help remove a false positive.



Modified: trunk/libgdiplus/src/ChangeLog
===================================================================
--- trunk/libgdiplus/src/ChangeLog      2006-08-10 20:50:15 UTC (rev 63625)
+++ trunk/libgdiplus/src/ChangeLog      2006-08-10 21:41:59 UTC (rev 63626)
@@ -1,3 +1,7 @@
+2006-08-10  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * region.c: Test to see if this help remove a false positive.
+
 2006-08-10  Sebastien Pouliot  <[EMAIL PROTECTED]> 
 
        * graphics-path.c: Avoid temporary memory allocation to convert int 

Modified: trunk/libgdiplus/src/region.c
===================================================================
--- trunk/libgdiplus/src/region.c       2006-08-10 20:50:15 UTC (rev 63625)
+++ trunk/libgdiplus/src/region.c       2006-08-10 21:41:59 UTC (rev 63626)
@@ -453,6 +453,7 @@
        return Ok;
 }
 
+// coverity[+alloc : arg-*1]
 GpStatus
 GdipCloneRegion (GpRegion *region, GpRegion **cloneRegion)
 {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to