[BCEL] Invalid test or bug?

2022-11-17 Thread Gary D. Gregory
Hi All & Mark Roberts: I added JavaMathTestCase as a disabled test as it fails. Is this a legal test to try or do we have a bug? Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [BCEL] Invalid test or bug?

2022-11-17 Thread Gary D. Gregory
Actually: VerifyJavaMathTestCase and VerifyJavaUtilTestCase Gary On 2022/11/17 13:00:21 "Gary D. Gregory" wrote: > Hi All & Mark Roberts: > > I added JavaMathTestCase as a disabled test as it fails. > > Is this a legal test to try or do we have a bug? > > Gary > >

Re: [BCEL] Invalid test or bug?

2022-11-17 Thread Gary D. Gregory
Hm, I'm thinking bug when I see javap output like: #68 = Methodref #901.#902// "[B".clone:()Ljava/lang/Object; Thoughts? Gary On 2022/11/17 13:04:32 "Gary D. Gregory" wrote: > Actually: VerifyJavaMathTestCase and VerifyJavaUtilTestCase > > Gary > > On 2022/11/17 13:00:21 "Gar

Re: [BCEL] Invalid test or bug?

2022-11-17 Thread Gary D. Gregory
More specifically, javap says: 21: invokevirtual #68 // Method "[B".clone:()Ljava/lang/Object; So calling a method on an array with invokevirtual is ok and we have a bug. Thoughts? Gary On 2022/11/17 14:45:41 "Gary D. Gregory" wrote: > Hm, I'm thinking bug when I see j

RE: [BCEL] Invalid test or bug?

2022-11-17 Thread Mark Roberts
I will try to take a look at this later today. Mark -Original Message- From: Gary D. Gregory [mailto:ggreg...@apache.org] Sent: Thursday, November 17, 2022 7:14 AM To: dev@commons.apache.org Subject: Re: [BCEL] Invalid test or bug? More specifically, javap says: 21: invokevirtua

Re: Correctly configuring Apache Commons components for oss-fuzz

2022-11-17 Thread Oliver Chang
Thanks Mark. Please let us know how we can help make this fuzzing experience better for you. We're also happy to jump on a call to walk through your concerns and reach a good outcome. Best regards, -- Oliver On Thu, 17 Nov 2022 at 06:56, Mark Thomas wrote: > I haven't forgotten about this. I