Code review for JDK-7145527 sscanf must use a length in the format string
Ron Durbin
ron.durbin at oracle.com
Fri May 17 08:34:53 PDT 2013
Yup see attached
Thx Ron
> -----Original Message-----
> From: Coleen Phillimore
> Sent: Friday, May 17, 2013 9:29 AM
> To: hotspot-runtime-dev at openjdk.java.net
> Subject: Re: Code review for JDK-7145527 sscanf must use a length in the format string
>
>
> Looks good. BobV said he's not using this code anymore.
> Coleen
>
>
> On 5/17/2013 10:37 AM, Ron Durbin wrote:
> > JDK-7145527 sscanf must use a length in the format string
> >
> > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7145527
> >
> > https://jbs.oracle.com/bugs/browse/JDK-7145527
> >
> >
> > OpenJDK URL: http://cr.openjdk.java.net/~rdurbin/7145527-webrev/0-hsx25/
> >
> > Internal URL http://javaweb.us.oracle.com/~rdurbin/7145527-webrev/0-hsx25/
> >
> > Summary: All active HotSpot code is already using length specifiers for string arguments
> > to scanf, fscanf and sscanf.
> > Some dead code in debug.cpp was calling scanf incorrectly and this change will remove it.
> >
> > Testing: Regular JPRT build and test job
>
-------------- next part --------------
An embedded message was scrubbed...
From: Bob Vandette <bob.vandette at oracle.com>
Subject: Re: dead code in debug.cpp
Date: Wed, 15 May 2013 07:39:20 -0700 (PDT)
Size: 2462
Url: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20130517/160cf7e5/attachment.nws
More information about the hotspot-runtime-dev
mailing list