You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update 1.2.2: Update GIF with improved performance
From ~10K files in 14 seconds to ~33K files in 15 seconds !
Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>
Fix underflow vulnerability
When file size is zero while decrypting, the subtraction of offset of HASH size results in underflow.
Return is_ok = false in such cases.
Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>
Prevent from adding duplicate path in the process list
Use absolute path to uniquely store the path.
Signed-off-by: Shashank Verma <shashank.verma2002@gmail.com>