soarlab / maline

Android Malware Detection Framework
GNU Affero General Public License v3.0
81 stars 31 forks source link

Locking on log files #3

Closed mdimjasevic closed 10 years ago

mdimjasevic commented 10 years ago

Reading from and writing to various log files can happen in a racy manner when multiple instances are running at the same time. Use locks to make sure no two processes are accessing a file at a time.

mdimjasevic commented 10 years ago

Fixed with a commit ae172be911e40a0bae34e1de0a1a83807cca9c59