[exim-dev] [Bug 1838] Check the return value of every calls …

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1838] Check the return value of every calls to malloc()
https://bugs.exim.org/show_bug.cgi?id=1838

--- Comment #6 from ytrezq@??? ---
Using store_malloc() or store_get() everywhere definitely cause problems.
For example, gen_pkcs3.c isn’t part of any Makefile. It is documented in it’s
licence header to be call the compiler on it directly as a stand‑alone source
file.

For such utilities, should I really create Makefiles ? or should I keep
standalone calls to malloc() ?

--
You are receiving this mail because:
You are on the CC list for the bug.