Changeset: 94cc251d0c45
Author:sla
Date: 2013-09-20 16:40 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/94cc251d0c45
7200277: [parfait] potential buffer overflow in npt/utf.c
Reviewed-by: dsamersoff, dcubed
! src/share/npt/utf.c
After a brief discussion with Chris, we decided to revert the position
of the call to lookupIfLocalAddrs so as to give the local host primacy
over DNS.
Latest (and hopefully last) webrev here:
http://cr.openjdk.java.net/~robm/7180557/webrev.03/
-Rob
On 14/09/13 00:00, Rob McKenna wrote:
Looks fine to me Rob, thanks.
-Chris.
On 09/20/2013 03:58 PM, Rob McKenna wrote:
After a brief discussion with Chris, we decided to revert the position
of the call to lookupIfLocalAddrs so as to give the local host primacy
over DNS.
Latest (and hopefully last) webrev here:
http://cr.openjdk.j
Changeset: 7913855ff66c
Author:psandoz
Date: 2013-09-20 11:07 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7913855ff66c
8024253: ThreadLocal random can use SecureRandom for the initial seed
Reviewed-by: psandoz, chegar, alanb
Contributed-by: Doug Lea , Peter Levart
, Guy S
Changeset: c30dc8e7744e
Author:psandoz
Date: 2013-09-20 17:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c30dc8e7744e
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method
if using an example from the spec
Reviewed-by: alanb
! src/share/classes
Changeset: 58fd427b454d
Author:sla
Date: 2013-09-20 10:14 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/58fd427b454d
8024985: com/sun/jdi/StepTest.java failed since jdk8b107
Reviewed-by: dcubed
! test/com/sun/jdi/ExceptionEvents.java
! test/com/sun/jdi/FilterNoMatch.java
!
Sean,
It might be possible to set s.fd to delegate.fd before call to
impl.accept and therefore merge if instanceOf block.
-Dmitry
On 2013-09-20 00:21, Seán Coffey wrote:
> Looking for review on recently reported issue. Issue seen on windows
> when a custom socketImpl is in use.
>
> bug report :
Dmitry,
You're right. I was cautious in moving the code up but since we're
pointing at FileDescriptor Objs, we should be ok.
Daniel Fuchs has pointed out another issue. Null delegate being passed
into impl.accept if dealing with a custom socketImpl! It should just be
impl.accept(s); I'll get