[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [LCP]Address out of bounds error on Linux 7.3



On Tuesday, August 19, 2003 3:55 PM, Ajay Aggarwal
[SMTP:aaggarwal@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++)
>       {
****************************************************************    ?????