diff options
author | Tim Janik <timj@gtk.org> | 2000-07-15 07:15:10 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2000-07-15 07:15:10 +0000 |
commit | f5d657af7032082a08d951fa10ee4cba99bc6036 (patch) | |
tree | bd1fe0ebd52576caf66f9af990ea48ec3dfd42f5 /ChangeLog.pre-2-6 | |
parent | 10bd2894b980ddd292326b383147b2d64695fe63 (diff) |
fixed an off by 0 error (yeah, the function went off when the while (n--)
Sat Jul 15 09:14:35 2000 Tim Janik <timj@gtk.org>
* gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah,
the function went off when the while (n--) loop failed due to
n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 857e56b74..c1c6fa7c9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sat Jul 15 09:14:35 2000 Tim Janik <timj@gtk.org> + + * gstrfuncs.c (g_strncasecmp): fixed an off by 0 error (yeah, + the function went off when the while (n--) loop failed due to + n==0 ;), reported by Jean-Louis HAMEL <jlhamel@club-internet.fr>. + 2000-05-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gutils.c (g_get_any_init): Use sysconf (_SC_GETPW_R_SIZE_MAX) |