]> git.cworth.org Git - tar/blobdiff - debian/changelog
Avoid undefined behavior of passing NULL to strcmp
[tar] / debian / changelog
index ef85817764ae311ef9f8dcfdd3f7d9595ffb1b9f..5d6ecd5ff04ec718f1039f483bfc30f9a37a6991 100644 (file)
@@ -1,4 +1,11 @@
-tar (1.22-2) UNRELEASED; urgency=low
+tar (1.22-3) UNRELEASED; urgency=low
+
+  * Avoid undefined behavior of passing NULL to strcmp, closes: #411485
+    Thanks to Raúl Sánchez Siles for proposing this patch.
+
+ -- Carl Worth <cworth@cworth.org>  Tue, 04 Aug 2009 17:15:20 -0700
+
+tar (1.22-2) unstable; urgency=low
 
   * Add Carl Worth as an uploader.
   * Fix to allow parallel build (-j2), closes: #535319