chiark / gitweb /
[PATCH] udevd - fix socket path length
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Fri, 6 Feb 2004 08:11:24 +0000 (00:11 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:25 +0000 (21:32 -0700)
commit1dadabd79b28a4cd72382abf746e9cf4c0589617
tree5a869694b8b981f07c0a201c042689489277401d
parent872344c41094f636fd667b9e619f8f219d814605
[PATCH] udevd - fix socket path length

It seems that the guys are no longer differ about the right size of the
socket address :)

The kernel simply takes all bytes until the specified length as the name,
so the real length should be enough.
udevd.c
udevsend.c