~ubuntu-branches/ubuntu/oneiric/libxml2/oneiric-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2011-06-04 10:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110604104039-h27pmc3hxmv64f98
Tags: 2.7.8.dfsg-3
xpath.c: Fix some potential problems on reallocation failures.
Closes: #628537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libxml2 (2.7.8.dfsg-3) unstable; urgency=low
 
2
 
 
3
  * xpath.c: Fix some potential problems on reallocation failures.
 
4
    Closes: #628537.
 
5
 
 
6
 -- Mike Hommey <glandium@debian.org>  Sat, 04 Jun 2011 10:40:39 +0900
 
7
 
1
8
libxml2 (2.7.8.dfsg-2) unstable; urgency=low
2
9
 
3
10
  * xpath.c: Fix a double-freeing error in XPath processing code.