K 10 svn:author V 7 glebius K 8 svn:date V 27 2017-05-04T20:42:31.756894Z K 7 svn:log V 368 The nandsim(4) simulator driver doesn't have any protection against races at least in its ioctl handler, and at the same time it creates device entry with 0666 permissions. To plug possible issues in it: - Mark it as needing Giant. - Switch device mode to 0600. Submitted by: C Turt Reviewed by: imp MFC after: 1 week Security: Possible double free in ioctl handler END