GNOME Bugzilla – Bug 604493
gnome-keyring uses MAXPATHLEN unconditionally
Last modified: 2010-02-07 19:00:42 UTC
Hi, gnome-keyring fails to build on GNU/Hurd because it uses MAXPATHLEN unconditionally, which is undefined on Hurd as there's no maximum path limit. This patch uses dynamic allocation to fix this, please consider accepting it for 2.30.
Created attachment 149660 [details] [review] Use dynamic allocation rather than MAXPATHLEN buffers
Can somebody have a look at this? Would be nice to get it in for 2.29.4
Thanks! Committed to master.