Improve the CVE-2014-2893 fix (Closes: #744817)

This commit is contained in:
Sylvestre Ledru 2014-06-16 21:01:13 +00:00
parent 52df5b22f2
commit df1f6bc81d
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-3.4 (1:3.4.2-2) UNRELEASED; urgency=medium
* Improve the CVE-2014-2893 fix (Closes: #744817)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 16 Jun 2014 23:00:47 +0200
llvm-toolchain-3.4 (1:3.4.2-1) unstable; urgency=medium
* New upstream release

View File

@ -7,7 +7,7 @@ Index: llvm-toolchain-3.3-3.3/clang/tools/scan-build/scan-build
$NewDir = "$Dir/$DateString-$RunNumber";
}
+
+ if (-d $NewDir) {
+ if (-e $NewDir) {
+ DieDiag("Directory '$NewDir' already existing");
+ }
+