git: devfs - fix some issues with rules

看板DFBSD_commit作者時間15年前 (2010/11/20 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit dd8bea0af652195d5c6e9d7fb6cea41a29cb7999 Author: Alex Hornung <ahornung@gmail.com> Date: Mon Nov 1 20:38:14 2010 +0000 devfs - fix some issues with rules * devfs_rule_alloc was still assuming that the rule_type and rule_cmd are not bit fields, but they now are. * return error in a number of places when a null pointer or nil-length string is passed in. Dragonfly-bug: http://bugs.dragonflybsd.org/issue1885 Reported-by: 'fanch' Summary of changes: sys/vfs/devfs/devfs_rules.c | 87 +++++++++++++++++++++++++++++++----------- 1 files changed, 64 insertions(+), 23 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd8bea0af652195d5c6e9d7fb6cea41a29cb7999 -- DragonFly BSD source repository
文章代碼(AID): #1CvoL81z (DFBSD_commit)