<div dir="ltr"><div>Hi,<br><br>In collect_one_unixsk(), CRIU checks for ui-&gt;ue-&gt;name.len &gt;= UNIX_PATH_MAX<br><br>However, the kernel checks for len &lt;= sizeof(short) || len &gt; sizeof(*sunaddr)  in unix_mkname() for unix_stream_connect() type sockets.<br><br>Because of the mismatch, I see &quot;Can&#39;t connect %#x socket&quot; error in post_open_unix_sk()<br><br>I&#39;m working with CRIU v1.5.2, so please let me know if this has changed in the future versions. Thanks!<br><br></div>-Lilo<br></div>