Update of bug #8497 (project hurd):
Status:None => Works For Me
Open/Closed:Open => Closed
Reproducibility:None => Once
_
Hi,
pipe_send (from libpipe/pipe.c) calls packet_write with a NULL
pointer as the fourth argument (size_t *amount), if a control packet
is to be sent. However packet_write hasn't cared for the NULL
pointer but tried to pass the appended amount of bytes back there,
resulting in a crash of pflocal
Follow-up Comment #1, bug #8497 (project hurd):
I tried to reproduce that old bug. I made some big ext2fs.static, one with
27MB, everyone worked. So, there are some possibilities to that problem.
1) It was already solved by others patchs.
2) It was never an GNU Mach bug, but a bug of an broken