[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    make_it_cool: kdenetwork/kmail
From:       Dirk Mueller <mueller () kde ! org>
Date:       2002-12-08 6:53:29
[Download RAW message or body]

CVS commit by mueller: 

do not use %n in command lines for security reasons


  M +1 -1      kmfilteraction.cpp   1.82.2.3


--- kdenetwork/kmail/kmfilteraction.cpp   1.82.2.3:
@@ -447,5 +447,5 @@ KMFilterAction::ReturnCode KMFilterActio
   // shouldn't be using tempfiles at all for this class, due
   // to security aspects. (mmutz)
-  commandLine = QString( "(%1) <%2" ).arg( commandLine ).arg( inFile->name() );
+  commandLine =  "(" + commandLine + ") <" + inFile->name();
 
   // write message to file

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic