]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: calloc can return NULL but xcalloc can't.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 12 Mar 2023 09:41:18 +0000 (09:41 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 12 Mar 2023 11:01:57 +0000 (22:01 +1100)
commit8f287ba60d342b3e2f750e7332d2131e3ec7ecd0
tree37e54cf2fcd0fa167d9f3672755cf983d05a4cd7
parent83a56a49fd50f4acf900f934279482e4ef329715
upstream: calloc can return NULL but xcalloc can't.

From Coverity CID 291881, ok djm@

OpenBSD-Commit-ID: 50204b755f66b2ec7ac3cfe379d07d85ca161d2b
sftp.c