util: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-3-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
c342a5d38c
commit
d02d06f8f1
@@ -929,7 +929,7 @@ static int unix_listen_saddr(UnixSocketAddress *saddr,
|
||||
|
||||
if (pathbuf != NULL) {
|
||||
/*
|
||||
* This dummy fd usage silences the mktemp() unsecure warning.
|
||||
* This dummy fd usage silences the mktemp() insecure warning.
|
||||
* Using mkstemp() doesn't make things more secure here
|
||||
* though. bind() complains about existing files, so we have
|
||||
* to unlink first and thus re-open the race window. The
|
||||
|
||||
Reference in New Issue
Block a user