Error out on memory failures in fargs_cmdline() and addargs() in both
authorclaudio <claudio@openbsd.org>
Mon, 17 May 2021 12:02:58 +0000 (12:02 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 17 May 2021 12:02:58 +0000 (12:02 +0000)
commitdd3c9d240a3d0c8e4718db3935768d953e47b2d9
tree9ba7934041b5d768e876c6c19f6c9574fa31eb14
parent9c6dbd84ab73f22414d31edb072d7cfdb1436aea
Error out on memory failures in fargs_cmdline() and addargs() in both
cases it was impossible to start the remote rsync anyway. Also now
fargs_cmdline() can no longer fail. Add missing err(ERR_IPC, "pldege")
for the cases in socket.c
OK benno@
usr.bin/rsync/fargs.c
usr.bin/rsync/misc.c
usr.bin/rsync/socket.c