On Mon, May 28, 2018 at 7:22 AM Marcin Krol wrote: > The code responsible for segfault is new popt_unalias function added > in 3.1.3. To be exact this line causes segfault: > poptAddAlias(con, unalias, 0); >
I have never seen this crash occur, but it dawned on me that the reason is most likely that the function calling poptAddAlias() created an argv array with only one element in it instead of the more proper 2-element array with room for a trailing NULL. I've tweaked the code to change that. ..wayne..
-- 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