https://bugzilla.samba.org/show_bug.cgi?id=13112
Wayne Davison <way...@samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Wayne Davison <way...@samba.org> --- The name_len value is set to include the terminating null char, e.g.: name_len = strlen(name) + 1; I tweaked the read code to validate that the read value is null-terminated, and die if it is not. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html