guix-patches
[Top][All Lists]
Advanced

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

[bug#53676] [PATCH 0/5] *** PulseAudio service improvements ***


From: Maxime Devos
Subject: [bug#53676] [PATCH 0/5] *** PulseAudio service improvements ***
Date: Tue, 08 Feb 2022 11:12:50 +0100
User-agent: Evolution 3.38.3-1

Maxim Cournoyer schreef op ma 07-02-2022 om 17:29 [-0500]:
> +    char canonicalPath[PATH_MAX];

PATH_MAX does not exist on the Hurd, see
<https://www.gnu.org/software/hurd//community/gsoc/project_ideas/maxpath.html>.
Also, according to 
<https://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html>
more a kind of minimum and not really a maximum; apparently
most uses of PATH_MAX are wrong.

<https://www.gnu.org/software/hurd//hurd/porting/guidelines.html> recommends a
geometrically growing series.

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]