logo       

bk commit into 4.0 tree (1.1475): msg#00357

db.mysql.devel

Subject: bk commit into 4.0 tree (1.1475)

Below is the list of changes that have just been committed into a local
4.0 repository of bar. When bar does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
1.1475 03/04/25 16:27:16 bar@xxxxxxxxxxxxxxxx +1 -0
ctype-tis620.c:
Don't allow access outside the string

strings/ctype-tis620.c
1.19 03/04/25 16:26:22 bar@xxxxxxxxxxxxxxxx +1 -1
Don't allow access outside the string

# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: bar
# Host: bar.mysql.r18.ru
# Root: /usr/home/bar/mysql-4.0

--- 1.18/strings/ctype-tis620.c Thu Mar 13 15:42:45 2003
+++ 1.19/strings/ctype-tis620.c Fri Apr 25 16:26:22 2003
@@ -492,7 +492,7 @@
}
pLeft4 = pRight4;*/
while(len--) {
- if(isldvowel(*p) && isconsnt(p[1])) {
+ if(isldvowel(*p) && len > 0 && isconsnt(p[1])) {
*pRight1++ = t_ctype[p[1]][0];
*pRight2++ = t_ctype[p[1]][1];
*pRight3++ = t_ctype[p[1]][2];

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe:
http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise