Closed GoogleCodeExporter closed 9 years ago
What's with the last test case? In Windows any file with any/no extension can
be run.
Original comment by wj32...@gmail.com
on 16 Oct 2010 at 10:30
This is now fixed in r688 and r689.
Out of curiosity I've tried 0.1.3 version on Windows 2000 and there were a lot
of failures so we might say that we added support in 0.2.0.
> What's with the last test case? In Windows any file with any/no extension
> can be run.
That test was failing because the process name was in upper case (".EXE").
Aside from pids 0 and 4 I've always seen only processes with ".exe" or ".bin"
extensions.
Do you think the test is unreliable?
Original comment by g.rodola
on 17 Oct 2010 at 8:30
I don't understand the purpose of the test, because you can rename executables
to anything and run them. This happens most often with installers - you will
see names like "D3F92B.tmp".
Original comment by wj32...@gmail.com
on 18 Oct 2010 at 5:19
I agree on pulling the exe/bin test. There are definitely instances where I've
seen files with other extensions being run (I've seen more than my share of
viruses using .tmp files for one), and there's really no reason for us to check
the file extension on a running process anyway.
Original comment by jlo...@gmail.com
on 18 Oct 2010 at 1:26
Test removed in r702.
Closing this out as fixed.
Original comment by g.rodola
on 18 Oct 2010 at 5:30
Original comment by g.rodola
on 18 Oct 2010 at 5:30
[deleted comment]
Updated csets after the SVN -> Mercurial migration:
r688 == revision 6ae3bea6ffdf
r702 == revision bf797a071d12
Original comment by g.rodola
on 2 Mar 2013 at 11:55
Original issue reported on code.google.com by
g.rodola
on 16 Oct 2010 at 7:50