Simplify allocation checks
authortb <tb@openbsd.org>
Sun, 2 Jul 2023 20:16:47 +0000 (20:16 +0000)
committertb <tb@openbsd.org>
Sun, 2 Jul 2023 20:16:47 +0000 (20:16 +0000)
commitfb769bc010501a17f3a4283a6f4c8709fe1bcdba
treeab484509d1a040e5f113ee29e374eacd34924dab
parenta3c0391fc73a54e77dd41ef73342d3e6d2863697
Simplify allocation checks

Instead of attempting to allocate a few times and only then check all the
returned pointers for NULL, allocate and check one after the othre. This
is easier on the eyes and what we usually do.

Prompted by a report by Ilya Shipitsin

ok beck
lib/libssl/d1_pkt.c