public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks
@ 2004-10-01 22:45 tromey at gcc dot gnu dot org
  2004-10-03 17:54 ` [Bug libgcj/17784] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-10-01 22:45 UTC (permalink / raw)
  To: java-prs

Our Thread.interrupt doesn't perform the needed security checks.
This can be fixed by merging from classpath a bit.
There are probably other checks missing; this should be verified
at the same time.

-- 
           Summary: Thread.interrupt doesn't do security checks
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                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=17784


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

* [Bug libgcj/17784] Thread.interrupt doesn't do security checks
  2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
@ 2004-10-03 17:54 ` pinskia at gcc dot gnu dot org
  2005-01-07 22:41 ` konqueror at gmx dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-03 17:54 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-03 17:54 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-03 17:54:35
               date|                            |


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


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

* [Bug libgcj/17784] Thread.interrupt doesn't do security checks
  2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
  2004-10-03 17:54 ` [Bug libgcj/17784] " pinskia at gcc dot gnu dot org
@ 2005-01-07 22:41 ` konqueror at gmx dot de
  2005-01-13 11:38 ` konqueror at gmx dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: konqueror at gmx dot de @ 2005-01-07 22:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From konqueror at gmx dot de  2005-01-07 22:41 -------
I'm working on it. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |konqueror at gmx dot de
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libgcj/17784] Thread.interrupt doesn't do security checks
  2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
  2004-10-03 17:54 ` [Bug libgcj/17784] " pinskia at gcc dot gnu dot org
  2005-01-07 22:41 ` konqueror at gmx dot de
@ 2005-01-13 11:38 ` konqueror at gmx dot de
  2005-01-13 20:27 ` cvs-commit at gcc dot gnu dot org
  2005-01-13 20:36 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: konqueror at gmx dot de @ 2005-01-13 11:38 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From konqueror at gmx dot de  2005-01-13 11:38 -------
A patch can be found here: 
http://gcc.gnu.org/ml/java-patches/2005-q1/msg00077.html 

-- 


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


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

* [Bug libgcj/17784] Thread.interrupt doesn't do security checks
  2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-13 11:38 ` konqueror at gmx dot de
@ 2005-01-13 20:27 ` cvs-commit at gcc dot gnu dot org
  2005-01-13 20:36 ` 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-01-13 20:27 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-13 20:27 -------
Subject: Bug 17784

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mkoch@gcc.gnu.org	2005-01-13 20:26:39

Modified files:
	libjava        : ChangeLog 
	libjava/java/lang: Thread.java natThread.cc 

Log message:
	2005-01-13  Michael Koch  <konqueror@gmx.de>
	
	PR libgcj/17784
	* java/lang/Thread.java
	(Thread): Call checkAccess().
	(stop): Fixed argument name to match javadoc.
	* java/lang/natThread.cc
	(interrupt): Call checkAccess().
	(stop): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3285&r2=1.3286
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/Thread.java.diff?cvsroot=gcc&r1=1.34&r2=1.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natThread.cc.diff?cvsroot=gcc&r1=1.28&r2=1.29



-- 


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


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

* [Bug libgcj/17784] Thread.interrupt doesn't do security checks
  2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-13 20:27 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-13 20:36 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-13 20:36 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-13 20:36 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-01-13 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-01 22:45 [Bug libgcj/17784] New: Thread.interrupt doesn't do security checks tromey at gcc dot gnu dot org
2004-10-03 17:54 ` [Bug libgcj/17784] " pinskia at gcc dot gnu dot org
2005-01-07 22:41 ` konqueror at gmx dot de
2005-01-13 11:38 ` konqueror at gmx dot de
2005-01-13 20:27 ` cvs-commit at gcc dot gnu dot org
2005-01-13 20:36 ` 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).