Re: Regarding using strcmp instead of memcmp

2006-08-18 Thread Alan DeKok
Ravi S M [EMAIL PROTECTED] wrote: Hi this is where the error is occurring in UMR ABR in the following files, While running with purify. Which version of the server? It's not 1.1.2, so I'm not sure which version you have. And I'm not sure I understand the output. And, you haven't

Regarding using strcmp instead of memcmp

2006-08-17 Thread Ravi S M
Hi I am trying to run free radius code with purify , it is giving errors as UMR: Uninitialized memory read (13 times) in memcmp Reading 5 bytes from 0xffbdd108 on the stack (1 byte at 0xffbdd10c uninit). Address 0xffbdd108 is 4 bytes past start of local variable cs in function

Re: Regarding using strcmp instead of memcmp

2006-08-17 Thread Alan DeKok
Ravi S M [EMAIL PROTECTED] wrote: I am trying to run free radius code with purify , it is giving errors as UMR: Uninitialized memory read (13 times) in memcmp=0D Reading 5 bytes from 0xffbdd108 on the stack (1 byte at 0xffbdd10c uninit). Address 0xffbdd108 is4 bytes past

Regarding using strcmp instead of memcmp

2006-08-17 Thread Ravi S M
Hi this is where the error is occurring in UMR ABR in the following files, While running with purify. Command-line: radiusd -X UMR: Uninitialized memory read (3 times) This is occurring while in: memcmp [rtlib.o] cf_expand_variables [conffile.c:369] p += strlen(p);