Make the patch safer by using strlcpy() instead of strncpy(), and by
authorWayne Davison <wayned@samba.org>
Wed, 22 Sep 2004 22:42:05 +0000 (22:42 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 22 Sep 2004 22:42:05 +0000 (22:42 +0000)
commitf5a01b194c72680d52f04c199e289dec6c221feb
tree1088600247fb84532f7c3334a944af32fed52247
parent9bb5ff6c411d35a2ebae30110cbd5b431e36abcf
Make the patch safer by using strlcpy() instead of strncpy(), and by
checking to see if the unlink() call failed to remove an existing file.
mkfifo.diff