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

            Bug ID: 59844
           Summary: Stack address is returned from function parse_ap_expr
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_include
          Assignee: [email protected]
          Reporter: [email protected]

The code is as following.

static int parse_ap_expr(include_ctx_t *ctx, const char *expr, int *was_error)
{

     ap_expr_info_t expr_info

     ...

     ctx->info = &expr_info

     ...

     return ...
}

A stack address &expr_info is returned as a side effect.

-- 
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