You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/05/10 11:48:15 UTC

[jira] Closed: (HARMONY-3770) [classlib][awt] Results of running checker tool for NativeCMM.c

     [ https://issues.apache.org/jira/browse/HARMONY-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko closed HARMONY-3770.
------------------------------------

    Resolution: Fixed

The patch has been applied.

> [classlib][awt] Results of running checker tool for NativeCMM.c
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3770
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3770
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Petrenko
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>
> These errors requires additional investigation
> -- ERROR1 /*uninitialized*/ >>>ERROR1_copyAlphaChannel_da98454f2b609 
> "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 323: uninitialized `d' 
> ONE POSSIBLE PATH LEADING TO THE ERROR: 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 312: allocating `d' 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 317: loop entry condition is true 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 318: the if-condition is false 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 322: loop entry condition is true 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 323: getting the value of `d' 
>  VALUES AT THE END OF THE PATH: 
>   sh (declared on line 321) = 0 
>   srcSampleSize >= 1 
>   nPixels >= 1 
>   i = 0 
> -- ERROR1 /*uninitialized*/ >>>ERROR1_copyAlphaChannel_129ad15e2b609 
> "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 325: uninitialized `d' 
> ONE POSSIBLE PATH LEADING TO THE ERROR: 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 312: allocating `d' 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 317: loop entry condition is true 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 318: the if-condition is false 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 322: loop entry condition is false, therefore exiting from the loop started on line 322 
>  "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/NativeCMM.c", line 325: getting the value of `d' 
>  VALUES AT THE END OF THE PATH: 
>   sh (declared on line 321) >= 0 
>   srcSampleSize != 0 
>   nPixels >= 1 
>   i = 0 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.