Jai Vetrivelan schreef op za 05-03-2022 om 11:35 [+0530]: > +    (version "1.4") > +    (source (origin > +              (method git-fetch) > +              (uri (git-reference > +                    (url "https://github.com/LemonBoy/bar") > +                    (commit (string-append "v" version)))) Also, on line 1248, the return value of 'strdup' isn't checked. Likewise on line 1475 and 974. Greetings, Maxime.