Let’s talk about Improper Resource Shutdown

MRunal
4 min readOct 27, 2020

The program does not deliver or inaccurately releases a resource before it is made available for re-use. the function fails to release a lock it acquires, which might lead to a deadlock.

1. Android SQLite Database

The Android project fails to release the Android database handler in its onPause(), onStop(), or onDestroy() event handlers.An Android…

--

--

MRunal

Blogger | Security Researcher | Digital forensic analyst | Twitter — @mrunal110