Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
cd463b52
Commit
cd463b52
authored
Nov 24, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
harmless "buffer overflow" fixed
parent
1bcb1b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
myisam/mi_test3.c
myisam/mi_test3.c
+2
-2
No files found.
myisam/mi_test3.c
View file @
cd463b52
...
...
@@ -40,7 +40,7 @@
#endif
const
char
*
filename
=
"test3
.MSI
"
;
const
char
*
filename
=
"test3"
;
uint
tests
=
10
,
forks
=
10
,
key_cacheing
=
0
,
use_log
=
0
;
static
void
get_options
(
int
argc
,
char
*
argv
[]);
...
...
@@ -363,7 +363,7 @@ int test_write(MI_INFO *file,int id,int lock_type)
}
sprintf
(
record
.
id
,
"%7d"
,
getpid
());
str
mov
(
record
.
text
,
"Testing..."
);
str
nmov
(
record
.
text
,
"Testing..."
,
sizeof
(
record
.
text
)
);
tries
=
(
uint
)
rnd
(
100
)
+
10
;
for
(
i
=
count
=
0
;
i
<
tries
;
i
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment