Home / Vulnerability Database / Kotlin : Calling Thread.run()
Kotlin
Kotlin : Calling Thread.run()
Overview
The Thread.run() method is often called by mistake instead of Thread.start() with an intent to start a new thread. Unlike Thread.start(), Thread.run() method continues running in the thread of the process that called this method.
LOW
DerScanner Severity Score
Do you want to fix Kotlin : Calling Thread.run() in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
