Hey

I've run into the same issue on Ubuntu Intrepid...

I've fixed it by changing this line: 
static char pidfile_path[_POSIX_PATH_MAX];

to:
static char pidfile_path[PATH_MAX];

because later on you use PATH_MAX to call getcwd(), and that's where the
whole thing crashes.

on Intrepid _POSIX_PATH_MAX is 256, and PATH_MAX is 4096

Hope this helps...
Mario

-- 
slirpvde: buffer overflow
https://bugs.launchpad.net/bugs/287109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to