https://bz.apache.org/bugzilla/show_bug.cgi?id=69357

            Bug ID: 69357
           Summary: Possible null dereference in h2_mplx.c:s_c2_done
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_http2
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 39885
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=39885&action=edit
The sample from h2_mplx.c that contains a possible dereference.

A condition in line 1011 of h2_mplx.c states that the 'stream' variable should
not be NULL in order to enter the following block of code. Otherwise it enters
the 'else' block and is used in ap_log_cerror function in line 1023, implying a
null pointer dereference.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to