[Soot-list] Re: A bug in Spark

Ondrej Lhotak olhotak at sable.mcgill.ca
Thu Jan 13 13:13:45 EST 2005


This is now fixed.

Ondrej

On Sun, Jan 02, 2005 at 04:17:19PM -0500, Ondrej Lhotak wrote:
> I've put this bug into the bugzilla:
> http://svn.sable.mcgill.ca/bugzilla/show_bug.cgi?id=3
> 
> I will fix it as soon as I get a chance.
> 
> Ondrej
> 
> On Thu, Dec 23, 2004 at 07:55:33PM +1100, Phung Hua Nguyen wrote:
> > Hi all,
> > 
> > I tried Spark with the following testcase:
> > 
> > /*test cha */
> > package test;
> > public class test{
> >  	public static void main (String[] arg) {
> >  		test[] x = new test[1];
> >  		test[] y = (test[])x.clone();
> >  	}
> > }
> > and got the poins-to set of y is empty when using options
> > on-fly-cg:false,simulate-natives:true. I am using the version 2.0.1, but I 
> > got the same result when tried with 2.1.0 and 2.2.0.
> > 
> > How to fix it ?
> > 
> > Thanks,
> > 
> > Nguyen Hua Phung
> > University of New South Wales
> > 


More information about the Soot-list mailing list