From kde-commits Thu Dec 05 17:56:54 2002 From: Dirk Mueller Date: Thu, 05 Dec 2002 17:56:54 +0000 To: kde-commits Subject: kdesecurity/review X-MARC-Message: https://marc.info/?l=kde-commits&m=103911111002980 CVS commit by mueller: whoops M +0 -1 popen.usage 1.6 --- kdesecurity/review/popen.usage:1.5 Thu Dec 5 14:27:30 2002 @@ -224,7 +224,6 @@ george: commented out # ./kdenetwork/lanbrowsing/lisa/netscanner.cpp:334: FILE * nmblookupFile=popen("nmblookup "*"","r"); george: looks ok -dirk: vulnerable. there could be a file with backticks in the name in the current directory # ./kdemultimedia/kscd/CDDialog.cpp:457: mailpipe = popen(QFile::encodeName(cmd),"w");a dirk: novarargs # ./kdemultimedia/kmidi/common.cpp:114: fp=popen(tmp, "r");