guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54252] [PATCH] gnu: lemonbar: Update to 1.4.


From: Maxime Devos
Subject: [bug#54252] [PATCH] gnu: lemonbar: Update to 1.4.
Date: Sat, 05 Mar 2022 10:59:02 +0100
User-agent: Evolution 3.38.3-1

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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]