https://issues.apache.org/bugzilla/show_bug.cgi?id=55696

--- Comment #7 from sa...@clickshare.com ---
This is the reductive case when m && name returns false in jk_map_get_string() 

#include <stdio.h>
#include <string.h>

int main(int argc, const char * argv[])
{
    char buf[50] = "Hello, world";
    const char *rc;

    rc = buf;

    strcpy(buf, rc);
}

Thread 1: signal SIGABRT in __strcpy_chk()

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to