diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:41 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:02:41 +0000 |
commit | 418af5d2e7095f597d4d52e33d9504c82f865b41 (patch) | |
tree | 45d7252187979742a22d8f0c1c7b7751c42ced8f /debian/changelog | |
parent | a2a43337c966feb5094e2d1b9c5f1770577d4fde (diff) |
* Avoid segfault if a package name is specified which c...
Author: mdz
Date: 2003-08-07 20:51:50 GMT
* Avoid segfault if a package name is specified which consists
entirely of characters which look like end tags ('+', '-')
(Closes: #200425)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index da538197d..031cad53a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ apt (0.5.9) unstable; urgency=low written by a single write(2) * Add new French man pages to doc/fr/.cvsignore * Add freebsd to buildlib/ostable (Closes: #193430) + * Avoid segfault if a package name is specified which consists + entirely of characters which look like end tags ('+', '-') + (Closes: #200425) -- |