diff options
author | Guillem Jover <guillem@debian.org> | 2018-11-06 02:50:48 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-01-15 04:49:04 +0100 |
commit | 9d180d6ea72d466b5af03ed5eadb4c2cc7345cab (patch) | |
tree | b0a4c80f1aca5759ecff455e666390c2fd38aea0 /debian | |
parent | 74275126bcd2bb7bd02e9b998045990b679b19cf (diff) | |
download | dpkg-9d180d6ea72d466b5af03ed5eadb4c2cc7345cab.tar.gz |
dpkg: Initialize trigcyclenode's next member once
Initialize the next member when we are allocating the struct.
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 2e883c3a6..525600048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium - update-alternatives: Use enums for actions instead of strings. - update-alternatives: Switch verbose selection into an enum. - dpkg: Negate tortoise_not_in_hare() function name and return value. + - dpkg: Initialize trigcyclenode's next member once. * Build system: - get-version: Use a format string with printf. - run-script: Use $() instead of deprecated ``. |