]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Flesh out changelog for the security fixes
authorRuss Allbery <rra@debian.org>
Fri, 7 Jan 2011 04:16:53 +0000 (20:16 -0800)
committerRuss Allbery <rra@debian.org>
Fri, 7 Jan 2011 04:16:53 +0000 (20:16 -0800)
debian/changelog

index ebebf21a2a2a979a2efe0de44ef705b34b5d20f6..0b2538012de6cfcb85b6e8d0675eab396e1de0ec 100644 (file)
@@ -1,8 +1,13 @@
 openafs (1.4.12.1+dfsg-4) UNRELEASED; urgency=low
 
   * Apply upstream deltas:
-    - [707a959c] update ticket5 from heimdal
-    - [beaf1606] LINUX: Use correct type of error in flock code
+    - [707a959c] update ticket5 from heimdal.  Avoids a double-free (from
+      upstream) which basically allows an arbitrary attack against any
+      krb5-aware Rx service by exploiting when the double-free occurs in
+      asn1 payloads which came from the wire.
+    - [beaf1606] LINUX: Use correct type of error in flock code.  This
+      avoids dereferencing a pointer that is not a pointer due to failing
+      to properly ERR_PTR a return value.
   * Add a dependency on libc6-dev to openafs-modules-dkms.  dkms doesn't
     depend on it because most kernel modules don't need it, but openafs
     builds userspace helper programs.  Thanks, Peter Palfrader.