search for: autofs_notify_daemon

Displaying 1 result from an estimated 1 matches for "autofs_notify_daemon".

1999 Feb 22
0
(Fwd) Linux autofs overflow in 2.0.36+
...me, length, and other bits of information are copied into a 'wq' structure, which stands for waiting queue. "wq.name" is "char *name", a pointer to the dentry pointer that refers back to the filename somewhere in the kernel. autofs_wait() then passes 'wq' to autofs_notify_daemon(), which copies the information into a structure called 'pkt'. This is passed to autofs_write(), which write()'s the packet down the pipe connecting the module with automountd. The Overflow The problem occurs when 'wq' is copied to 'pk...