[LCP]Address out of bounds error on Linux 7.3

Andrew Weaver Andrew.Weaver at tecnomen.fi
Tue Aug 19 21:50:01 UTC 2003


On Tuesday, August 19, 2003 3:55 PM, Ajay Aggarwal
[SMTP:aaggarwal at lastminute.com] wrote:
> Hi,
>

snip... 
> 
>   wib_urls = (stack_url *)read_http_config(HTTP_CONFIG);
>            /* inside the function there is a mutex lock and unlock */
>

What is the function code here? You have a single pointer of type
"stack_url" but later code suggests an array of such pointers. See ***
below. 

>       /* Lock Mutex put here */
>       for(myurl = wib_urls; myurl->relative_link != NULL; myurl++)
>       {
****************************************************************    ?????




More information about the linuxCprogramming mailing list