Bug #5371 | Prepared query converting decimal to string blows the stack in 4.1.4 | ||
---|---|---|---|
Submitted: | 2 Sep 2004 16:12 | Modified: | 7 Sep 2004 12:24 |
Reporter: | Nathaniel Blanchard | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.4-gamma | OS: | Any (All) |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[2 Sep 2004 16:12]
Nathaniel Blanchard
[3 Sep 2004 0:08]
Hartmut Holzgraefe
that should be either be limited to a total of 330 (+ '\0') or buff should be allocated dynamicly to be big enough ...
[3 Sep 2004 0:09]
Hartmut Holzgraefe
or, even better, use snprintf() ?
[7 Sep 2004 9:16]
Alexey Botchkov
bk commit - 4.1 tree (hf:1.1997) BUG#5371
[7 Sep 2004 12:24]
Alexey Botchkov
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html