From: Olivier Valentin
---
frontends/framebuffer/fetch.c | 3 +-
frontends/framebuffer/font_freetype.c | 4 +-
frontends/framebuffer/gui.c | 4 +-
frontends/gtk/fetch.c | 3 +-
frontends/gtk/gui.c | 2 +-
frontends/gtk/resources.c
From: Olivier Valentin
When static buffers are used, PATH_MAX becomes the size of the provided
buffer, and is passed as a parameters to the underlying implementation.
---
frontends/framebuffer/fetch.c | 2 +-
frontends/gtk/fetch.c | 2 +-
frontends/gtk/gui.c | 2 +-
front
Hello !
I would like to restore NetSurf in Debian GNU/Hurd, but PATH_MAX is not
defined there. As discussed on IRC, using dynamic allocation for paths
would be a desirable solution, and it is the POSIX way.
Here are the proposed steps in detail :
- Have most of the file-path functions return nser
From: Olivier Valentin
---
frontends/framebuffer/fetch.c | 6 --
frontends/gtk/fetch.c | 6 --
frontends/gtk/gui.c | 9 ++---
utils/filepath.c | 35 +--
utils/filepath.h | 14 +-
5 files change