chiark / gitweb /
[PATCH] uninitialized variable for mknod and friend
authorolh@suse.de <olh@suse.de>
Wed, 24 Mar 2004 02:52:52 +0000 (18:52 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:10 +0000 (21:35 -0700)
commit4474484153f529c1a1c11392e8fc3fa8a588de54
tree210518c599e396b0bef7466db396955981e29d17
parentfdcfcec707ab48a5285d675412820d4320382e92
[PATCH] uninitialized variable for mknod and friend

mknod gets an uninitialized variable, which leads to interesting file
modes. the bug is in namedev, devices with no match must not use the
uninitialized stuff were dev points to.
namedev.c