3.0.25pre2-SVN-build-21871 and panic in vfs_full_audit.c

Thomas Bork tombork at web.de
Mon Mar 19 20:54:20 GMT 2007


Jeremy Allison schrieb:

> No problem, der-Tom is always a good tester so I
> wanted to help :-).

Thank you, but:

[2007/03/19 21:38:19, 3] smbd/sec_ctx.c:set_sec_ctx(241)
   setting sec ctx (65534, 65534) - sec_ctx_stack_ndx = 0
[2007/03/19 21:38:19, 0] lib/util.c:smb_panic(1620)
   PANIC (pid 26960): vfs_full_audit.c: name table not in sync with vfs.h

vfs_full_audit.c:
[...]
	{ SMB_VFS_OP_READLINK,	"readlink" },
	{ SMB_VFS_OP_LINK,	"link" },
	{ SMB_VFS_OP_MKNOD,	"mknod" },
	{ SMB_VFS_OP_REALPATH,	"realpath" },
	{ SMB_VFS_OP_CHFLAGS,	"chflags" },


vfs.h:
[...]
         struct vfs_handle_struct *readlink;
         struct vfs_handle_struct *link;
         struct vfs_handle_struct *mknod;
         struct vfs_handle_struct *realpath;
         struct vfs_handle_struct *notify_watch;
         struct vfs_handle_struct *chflags;


notify_watch is still not present in the array in vfs_full_audit.c.


der tom


More information about the samba-technical mailing list