serv_expire: abort() if any malloc() calls fail.
authorArt Cancro <ajc@citadel.org>
Wed, 6 Sep 2023 23:07:24 +0000 (19:07 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 6 Sep 2023 23:07:24 +0000 (19:07 -0400)
commit215887fceeffdf31c1f4155e3496ce55cf7b03dd
tree169673c134757adcb9eb1e49b4edc27893b9a42e
parent4df73c3048ba5f86d57d915b0628bc576963feff
serv_expire: abort() if any malloc() calls fail.

This is drastic, but the alternative is to purge records that are still good.
citadel/server/modules/expire/serv_expire.c