<div dir="ltr"><div dir="ltr">On Mon, May 28, 2018 at 7:22 AM Marcin Krol wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The code responsible for segfault is new popt_unalias function added in 3.1.3. To be exact this line causes segfault:<br>
poptAddAlias(con, unalias, 0);<br></blockquote><div><br></div><div>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.</div><font color="#888888"><div><br></div></font><div>..wayne.. </div></div></div>