public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception
@ 2005-01-31 20:58 ovidr at users dot sourceforge dot net
  2005-01-31 21:02 ` [Bug libgcj/19729] " ovidr at users dot sourceforge dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2005-01-31 20:58 UTC (permalink / raw)
  To: java-prs

appRandom might be null in DSASignature (it is not initialized), yet in the 
method "public byte[] engineSign()" appRandom is used which causes an NPE.

Casey Marshall sent me the attached replacement DSASignature.java file and it 
works.

-- 
           Summary: libgcj DSASignature.java null pointer exception
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/19729] libgcj DSASignature.java null pointer exception
  2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
@ 2005-01-31 21:02 ` ovidr at users dot sourceforge dot net
  2005-02-14 14:57 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2005-01-31 21:02 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From ovidr at users dot sourceforge dot net  2005-01-31 21:02 -------
Created an attachment (id=8118)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8118&action=view)
The file.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/19729] libgcj DSASignature.java null pointer exception
  2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
  2005-01-31 21:02 ` [Bug libgcj/19729] " ovidr at users dot sourceforge dot net
@ 2005-02-14 14:57 ` pinskia at gcc dot gnu dot org
  2005-05-18 15:36 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-14 14:57 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 23:06 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-12 23:06:43
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/19729] libgcj DSASignature.java null pointer exception
  2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
  2005-01-31 21:02 ` [Bug libgcj/19729] " ovidr at users dot sourceforge dot net
  2005-02-14 14:57 ` pinskia at gcc dot gnu dot org
@ 2005-05-18 15:36 ` cvs-commit at gcc dot gnu dot org
  2005-05-18 17:30 ` cvs-commit at gcc dot gnu dot org
  2005-05-18 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-18 15:36 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-18 15:36 -------
Subject: Bug 19729

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	fitzsim@gcc.gnu.org	2005-05-18 15:36:08

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/java/security/provider: DSASignature.java 

Log message:
	2005-05-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR libgcj/19729
	* gnu/java/security/provider/DSASignature.java: Import updates
	from GNU Crypto.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3625&r2=1.3626
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/security/provider/DSASignature.java.diff?cvsroot=gcc&r1=1.5&r2=1.6



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/19729] libgcj DSASignature.java null pointer exception
  2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2005-05-18 15:36 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-18 17:30 ` cvs-commit at gcc dot gnu dot org
  2005-05-18 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-18 17:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-18 17:30 -------
Subject: Bug 19729

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	fitzsim@gcc.gnu.org	2005-05-18 17:30:16

Modified files:
	libjava        : ChangeLog 
	libjava/gnu/java/security/provider: DSASignature.java 

Log message:
	2005-05-18  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR libgcj/19729
	* gnu/java/security/provider/DSASignature.java: Import updates
	from GNU Crypto.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.72&r2=1.3391.2.73
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/security/provider/DSASignature.java.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5&r2=1.5.18.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libgcj/19729] libgcj DSASignature.java null pointer exception
  2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2005-05-18 17:30 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-18 17:45 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-18 17:45 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-18 17:45 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-05-18 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-31 20:58 [Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception ovidr at users dot sourceforge dot net
2005-01-31 21:02 ` [Bug libgcj/19729] " ovidr at users dot sourceforge dot net
2005-02-14 14:57 ` pinskia at gcc dot gnu dot org
2005-05-18 15:36 ` cvs-commit at gcc dot gnu dot org
2005-05-18 17:30 ` cvs-commit at gcc dot gnu dot org
2005-05-18 17:45 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).