Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference #40

Closed
olexale opened this issue Dec 13, 2022 · 5 comments · Fixed by #44
Labels
android This issue is related to Android only bug Something isn't working to be fixed This issue will be fixed in the future

Comments

@olexale
Copy link

olexale commented Dec 13, 2022

Can not reproduce this NPE locally. It happened on Android 11 & 12 for a few users.

Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
       at com.aheaditec.talsec.security.k1.e(SourceFile:10)
       at com.aheaditec.talsec.security.k1.g(SourceFile:10)
       at com.aheaditec.talsec.security.k1.$r8$lambda$llnNtpFpp0MEWB0RhtqrUDAuXaY(SourceFile)
       at com.aheaditec.talsec.security.k1$$InternalSyntheticLambda$1$fa5e170b00cd179a7b8aca1202b01d848d1d21c7b74151c65d5fdb6fc8039d8d$0.run(k1.java:4)
       at com.aheaditec.talsec.security.m1.a(SourceFile:25)
       at com.aheaditec.talsec.security.k1.d(SourceFile:1)
       at com.aheaditec.talsec.security.k1.a(SourceFile:2)
       at com.aheaditec.talsec.security.s1.d(SourceFile:3)
       at com.aheaditec.talsec.security.s1.$r8$lambda$DEiFfqTS15ahlVEiavfeOkwe6KI(SourceFile)
       at com.aheaditec.talsec.security.s1$$InternalSyntheticLambda$1$70e647751427081963304fa1c05aa9eb4e5c1786996cb107c2e81f823c0c2dce$0.run(s1.java:4)
       at java.lang.Thread.run(Thread.java:923)
@yardexx
Copy link
Member

yardexx commented Dec 13, 2022

Hi @olexale

Thank you for report. We will look into it.

Kind regards,
Jaroslav from Talsec Team

@yardexx yardexx added bug Something isn't working android This issue is related to Android only labels Dec 13, 2022
@suleymancalik
Copy link

suleymancalik commented Dec 21, 2022

Hey, same issue here.

Brand:samsung
Model:Galaxy A3(2017)
Orientation: Portrait
RAM free: 685.45 MB
Disk free: 4.78 GB
Version:Android 8.0.0
Orientation: Portrait
Rooted:No

Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
       at com.aheaditec.talsec.security.k1.e(k1.java:10)
       at com.aheaditec.talsec.security.k1.lambda$llnNtpFpp0MEWB0RhtqrUDAuXaY(k1.java:25)
       at com.aheaditec.talsec.security.-$$Lambda$k1$llnNtpFpp0MEWB0RhtqrUDAuXaY.run(-.java:4)
       at com.aheaditec.talsec.security.m1.a(m1.java:25)
       at com.aheaditec.talsec.security.k1.d(k1.java:1)
       at com.aheaditec.talsec.security.k1.a(k1.java:2)
       at com.aheaditec.talsec.security.s1.d(s1.java:3)
       at com.aheaditec.talsec.security.-$$Lambda$s1$DEiFfqTS15ahlVEiavfeOkwe6KI.run(-.java:4)
       at java.lang.Thread.run(Thread.java:764)

@talsec-app
Copy link
Member

Hello,
we are actively looking into the issue. We apologize for the delay due to the holidays.

Kind regards,
Talsec team

@msikyna
Copy link
Member

msikyna commented Jan 17, 2023

Hello,
we have found the issue. It will be fixed in the next release, which will be delivered soon.

Kind regards,
Matúš from Talsec team

@yardexx yardexx added the to be fixed This issue will be fixed in the future label Jan 17, 2023
@yardexx yardexx mentioned this issue Jan 27, 2023
7 tasks
@yardexx
Copy link
Member

yardexx commented Jan 31, 2023

Hello everyone!

New version of freeRASP have been released. New version fixes this issue.

Jaroslav from Talsec Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android This issue is related to Android only bug Something isn't working to be fixed This issue will be fixed in the future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants