Displaying 3 results from an estimated 3 matches for "attrlen".
Did you mean:
attr_len
2006 Mar 12
1
[Bug 404] Packets stuck in netfilter_queue after heavy loading
...|RESOLVED
Resolution| |FIXED
------- Additional Comments From kaber@trash.net 2006-03-12 15:09 MET -------
Turns out the problem is already fixed in current kernels. min_len in
nfnetlink_check_attributes was calculated incorrectly, which resulted in attrlen
beeing larger than the attribute really was. When the entire packet was parsed
we still had attrlen > 0, and if the memory contents behind the packet data by
accident looked like a valid attribute, it was also parsed, but usually didn't
contain valid attribute numbers, so the packet was drop...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com>
Anand Jain (1):
[RFC] Add btrfs autosnap feature
Makefile | 6 +-
autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
autosnap.h | 81 +++
btrfs-list.c | 140 +++++-
btrfs.c | 46 ++-
btrfs_cmds.c | 186 +++++++-
btrfs_cmds.h | 3 +-
scrub.c | 1 +
8 files changed, 1982 insertions(+), 34
2013 Jul 02
0
ANNOUNCE: cifs-utils release 6.1 ready for download
...Lovenberg <scott.lovenberg at gmail.com>
commit 21b5bdcb354bc113473347af5e4995fae2285b58
Author: Peng Haitao <penght at cn.fujitsu.com>
Date: Fri Apr 12 16:58:49 2013 +0800
setcifsacl.c: fix a bug of goto setcifsacl_facenum_ret
setcifsacl_facenum_ret: is called only if attrlen is equal to -1.
Signed-off-by: Peng Haitao <penght at cn.fujitsu.com>
commit 76dacff50330dcc55ad5c08bf8610e0d7e3ca2ec
Author: Peng Haitao <penght at cn.fujitsu.com>
Date: Fri May 17 17:27:02 2013 +0800
cifs.upcall: the exit code should be 0 when print version
W...