kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

stderr should be returned to parse_stdout. #18

Closed spuddermax closed 5 years ago

spuddermax commented 7 years ago

Whenever I would get a positive virus match, the err object was being set. I'm assuming stderr is the appropriate return object in this instance.

kylefarris commented 5 years ago

This PR won't be able to be merged into v1.0.0. Also, the get_version method has been added and the bug has probably been addressed in the new version anyways.