[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Fix #808 by not comparing strings with standar
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Fix #808 by not comparing strings with standard C string functions |
Date: |
Sun, 22 Apr 2012 15:51:16 +0200 |
User-agent: |
Mutt/1.4.2.3i |
Hi,
Here's a fix for #808. Pretty simple, and it looks like C_string_compare
and C_string_compare_case_insensitive are the only two places where these
comparisons were done incorrectly.
Please someone double-check if I didn't miss any.
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth
0001-Fix-808-use-memcmp-instead-of-strncmp-for-comparing-.patch
Description: Text document
- [Chicken-hackers] [PATCH] Fix #808 by not comparing strings with standard C string functions,
Peter Bex <=