GNU bug report logs - #54252
[PATCH] gnu: lemonbar: Update to 1.4.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Sat, 5 Mar 2022 06:06:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>, 54252 <at> debbugs.gnu.org
Subject: [bug#54252] [PATCH] gnu: lemonbar: Update to 1.4.
Date: Sat, 05 Mar 2022 10:59:02 +0100
[Message part 1 (text/plain, inline)]
Jai Vetrivelan schreef op za 05-03-2022 om 11:35 [+0530]:
> +  (package
> +    (name "lemonbar")
> +    (version "1.4")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/LemonBoy/bar")
> +                    (commit (string-append "v" version))))
> +            (file-name (git-file-name name version))

At least in the 'master' branch (and presumably also in v1.4), there
are a few bugs.  At line 789, the return value of 'malloc' is not
checked, potentially causing a null-pointer dereference (and hence, a
segfault) at line 790 (in lemonbar.c).

Could this be fixed?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.