-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 9 Mar 2003, SUGIOKA Toshinobu wrote:

> I found obvious bug that causes segmentation fault while building on
> sh-linux. Please apply.
>
> --- mysql-3.23.54a.orig/sql/gen_lex_hash.cc     Thu Dec  5 18:37:06 2002
> +++ mysql-3.23.54a/sql/gen_lex_hash.cc  Sun Mar  9 10:13:36 2003
> @@ -274,7 +274,7 @@
>           function_plus,function_mod);
>
>    int *prva= (int*) my_alloca(sizeof(int)*function_mod);
> -  for (i=0 ; i <= function_mod; i++)
> +  for (i=0 ; i < function_mod; i++)
>      prva[i]= max_symbol;
>
>    for (i=0;i<size;i++)

Thanks, it was applied already:

http://mysql.bkbits.net:8080/mysql-3.23/[EMAIL PROTECTED]

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+eJqbSVDhKrJykfIRAmsvAJ9Rfp9ntOg2v7RJ1e7cGL9//u6QLACfTtR6
d713aDtQd5Ob4T8Y3fAbs4s=
=DHET
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to