Browse Source
Memory of userconf in src/utils.c:get_default_conf() only gets allocated once, and will not be freed. It's used as static buffer. This can avoid using PATH_MAX, which actually doesn't exist on certain platforms. Info: - https://www.gnu.org/software/hurd/community/gsoc/project_ideas/maxpath.html - https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#PATH_MAX_tt_MAX_PATH_tt_MAXPATHLpull/2097/head