On Mon, Jul 15, 2019 at 08:46:23AM +0200, Michal Kubecek wrote: > When copying value of "Path" option for unix socket, target buffer size is > UNIX_MAX_PATH so that we must not copy more bytes than that. Also make sure > that the path is null terminated and bail out if user provided path is too > long rather than silently truncate it. Applied, thanks Michal.