bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #108032] a.exe erronously detected by Avast! antivirus as a Win32 Tr


From: Vincent Belaïche
Subject: [sr #108032] a.exe erronously detected by Avast! antivirus as a Win32 Trojan generator
Date: Sun, 22 Apr 2012 05:51:57 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; fr) Presto/2.10.229 Version/11.62

URL:
  <http://savannah.gnu.org/support/?108032>

                 Summary: a.exe erronously detected by Avast! antivirus as a
Win32 Trojan generator
                 Project: Autoconf
            Submitted by: vincentb1
            Submitted on: dim. 22 avril 2012 05:51:56 GMT
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: None

    _______________________________________________________

Details:

Hello,

I tried to compile mpeg4ip-1.5.0.1 on mingw32, and Avast barked at a.exe being
some virus.

Well, a.exe is just a 

int main(void){ return 0; }

program.

I did all sorts of tampering with Avast to deactivate it, but it was still
barking.

After some time I modified the configure script so that the a.exe source code
be:

int
main ()
{

  int i = 3;
  float c = b +i;
  i = (int)c;
  return i;
}

with this, the a.exe was no longer detected as a virus, and I could progress a
bit more in the configure script.

OK, this is not really a bug of Autoconf, but still I think that it is good
for you to know.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108032>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]