/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Teddy Hogeborn
  • Date: 2017-09-03 08:26:36 UTC
  • Revision ID: teddy@recompile.se-20170903082636-fo3qw1uoahjxw0by
Fix memory leak in plymouth plugin

* plugins.d/plymouth.c (getargv): Change return type to non-const.
  (main/plymouth_args): Change type to non-const and default to NULL.
  (main): Don't change plymouthd_argv, instead conditionally use it if
  it is allocated or use plymouthd_default_argv if not.
  (main): Free plymouthd_argv, if allocated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Build-Depends: debhelper (>= 9), docbook-xml, docbook-xsl,
8
8
        libavahi-core-dev, libgpgme-dev | libgpgme11-dev,
9
9
        libgnutls28-dev (>= 3.3.0) | gnutls-dev (>= 3.3.0),
10
 
        libgnutls28-dev (<< 3.6.0) | libgnutls30 (<< 3.6.0),
11
10
        xsltproc, pkg-config, libnl-route-3-dev
12
11
Build-Depends-Indep: systemd, python (>= 2.7), python (<< 3),
13
12
        python-dbus, python-gi
20
19
Architecture: all
21
20
Depends: ${misc:Depends}, python (>= 2.7), python (<< 3),
22
21
        libgnutls28-dev (>= 3.3.0) | libgnutls30 (>= 3.3.0),
23
 
        libgnutls28-dev (<< 3.6.0) | libgnutls30 (<< 3.6.0),
24
22
        python-dbus, python-gi, avahi-daemon, adduser, python-urwid,
25
23
        gnupg2 | gnupg, systemd-sysv | lsb-base (>= 3.0-6)
26
24
Recommends: ssh-client | fping