[exim-dev] [Bug 1838] New: Check the return value of every c…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1838] New: Check the return value of every calls to malloc()
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.