diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 22:55:51 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-09 22:55:51 +0200 |
commit | 7a6d9076595b2acc164d6f057f609c96c359ea08 (patch) | |
tree | f3fdc21c3e5891cad360220c136d714b1af0b88f /debian | |
parent | ae2be086c6996e6ed02b7d828fdcac38248a964d (diff) |
fix segfault with empty LongOpt in --no-* branch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 33b1732a6..b263002ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ apt (0.9.5.2) UNRELEASED; urgency=low * apt-pkg/contrib/cmdline.cc: - apply patch from Daniel Hartwig to fix a segfault in case the LongOpt is empty (Closes: #676331) + - fix segfault with empty LongOpt in --no-* branch [ Justin B Rye ] * doc/apt-cdrom.8.xml: |