llvm25468-lldb-swig-format-security
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 12 Mar 2017 08:49:18 +0000 (08:49 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 12 Mar 2017 08:49:18 +0000 (08:49 +0000)
Gbp-Pq: Name llvm25468-lldb-swig-format-security.diff

lldb/scripts/interface/SBError.i

index bebf2d7d72a59c80cc34a849f54c25184a95e06b..39fe64bf836158e65ba42281c59af024e89d1ed8 100644 (file)
@@ -57,6 +57,11 @@ checks that after calling the target.Launch() method there's no error
 condition and we get back a void process object.
 ") SBError;
 
+%{
+// https://llvm.org/bugs/show_bug.cgi?id=25468
+#pragma GCC diagnostic ignored "-Wformat-security"
+%}
+
 class SBError {
 public:
     SBError ();