Re: [Open64-devel] Patch to remove more unaligned memory warningson IA64

2010-08-02 Thread Steve Ellcey
On Mon, 2010-08-02 at 11:35 -0500, Chandrasekhar Murthy wrote: > I think using strncmp might not work if there are NULLs in the strings. > > Murthy That is a good point. I didn't see any issues during testing but it is a change from what the old code did. Perhaps I should be using memcmp instea

Re: [Open64-devel] Patch to remove more unaligned memory warningson IA64

2010-08-02 Thread Chandrasekhar Murthy
I think using strncmp might not work if there are NULLs in the strings. Murthy -Original Message- From: Sun Chan [mailto:sun.c...@gmail.com] Sent: Friday, July 30, 2010 3:18 PM To: s...@cup.hp.com Cc: open64-devel@lists.sourceforge.net Subject: Re: [Open64-devel] Patch to remove more