Displaying 2 results from an estimated 2 matches for "parse_share".
Did you mean:
parse_char
2013 Jun 24
0
Samba 3.6.9-151 Parse_share modes: buffer too short
...64
samba-common-3.6.9-151.el6.x86_64
samba-3.6.9-151.el6.x86_64
samba4-libs-4.0.0-55.el6.rc4.x86_64
samba-winbind-clients-3.6.9-151.el6.x86_64
CTDB:
ctdb-1.0.114.5-3.el6.x86_64
Errors:
Core dumps
smbd[397]: [2013/06/24 11:34:00.702958, 0] lib/util.c:1117(smb_panic)
smbd[397]: PANIC (pid 397): parse_share_modes: buffer too short
smbd[397]: [2013/06/24 11:34:00.706707, 0] lib/util.c:1221(log_stack_trace)
smbd[397]: BACKTRACE: 21 stack frames:
smbd[397]: #0 smbd(log_stack_trace+0x1a) [0x7fa477be775a]
smbd[397]: #1 smbd(smb_panic+0x2b) [0x7fa477be782b]
smbd[397]: #2 smbd(+0x3b70e4) [0x7fa47...
2012 Nov 01
4
[PATCH] xen-tmem-list-parse: fix ugly parse output
...ring(s,"PT",pool_type,2);
+ pool_type[2] = ''\0'';
if (pool_type[1] == ''S'')
return; /* no need to repeat print data for shared pools */
printf("domid%lu,id%lu[%s]:pgp=%llu(max=%llu) obj=%llu(%llu) "
@@ -286,6 +287,7 @@ void parse_shared_pool(char *s)
unsigned long long flush_objs = parse(s,"ot");
parse_string(s,"PT",pool_type,2);
+ pool_type[2] = ''\0'';
parse_sharers(s,"SC",buf,BUFSIZE);
printf("poolid=%lu[%s] uuid=%llx.%llx, shared-by:%s: "...