https://bugs.exim.org/show_bug.cgi?id=1838
Bug ID: 1838
Summary: Check the return value of every calls to malloc()
Product: Exim
Version: N/A
Hardware: All
OS: Windows
Status: NEW
Severity: security
Priority: medium
Component: Unfiled
Assignee: nigel@???
Reporter: ytrezq@???
CC: exim-dev@???
In some cases, the values of malloc arenât checked for NULL.
I fixed this
https://github.com/Exim/exim/pull/45 by returning error values if
the function support it or calling store_malloc() otherwise.
Please note this doesnât concerns only tests.
--
You are receiving this mail because:
You are on the CC list for the bug.