X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com Cc: djgpp AT delorie DOT com Subject: Re: dxe3gen patch: replace memcmp with strncmp In-Reply-To: (djgpp-workers@delorie.com) Date: Tue, 16 May 2017 14:37:06 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Ah, ok. I missed that part :-P So the benefit here is that we don't scan past the end of a symbol that's shorter than the prefix we're testing... yeah, I'm OK with that. Thanks!