You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2011/07/27 16:18:05 UTC

DO NOT REPLY [Bug 51565] New: [patch] Pass3bVerifier crashes on empty methods

https://issues.apache.org/bugzilla/show_bug.cgi?id=51565

             Bug #: 51565
           Summary: [patch] Pass3bVerifier crashes on empty methods
           Product: BCEL
           Version: unspecified
          Platform: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: jonas.bugzilla@gmail.com
    Classification: Unclassified


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 51565] [patch] Pass3bVerifier crashes on empty methods

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51565

Dave Brosius <db...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dbrosius@apache.org
         Resolution|                            |FIXED
         OS/Version|                            |All

--- Comment #2 from Dave Brosius <db...@apache.org> 2011-07-28 03:17:17 UTC ---
Thanks for the patch, Committed revision 1151706.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 51565] [patch] Pass3bVerifier crashes on empty methods

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51565

--- Comment #1 from Jonas Maebe <jo...@gmail.com> 2011-07-27 14:19:59 UTC ---
Created attachment 27324
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27324
Patch to fix crash in Pass3bVerifier when going over empty methods

Pass3bVerifier crashes at Pass3bVerifier.java:255 when running on empty
methods, because ih.getPrev() is null in that case. The attached patch fixes
that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org