Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
nexedi
linux
Commits
c37e4ef0
Commit
c37e4ef0
authored
Aug 16, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Fix stxncpy zapping bytes outside the string.
From Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
parent
dd263728
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
arch/alpha/lib/ev6-stxncpy.S
arch/alpha/lib/ev6-stxncpy.S
+7
-7
arch/alpha/lib/stxncpy.S
arch/alpha/lib/stxncpy.S
+7
-7
No files found.
arch/alpha/lib/ev6-stxncpy.S
View file @
c37e4ef0
...
...
@@ -360,9 +360,9 @@ $unaligned:
lda
t2
,
-
1
#
E
:
for
creating
masks
later
beq
t12
,
$u_head
#
U
:
(
stall
)
nop
cmpbge
zero
,
t1
,
t8
#
E
:
is
there
a
zero
?
extql
t2
,
a1
,
t2
#
U
:
cmpbge
zero
,
t1
,
t8
#
E
:
is
there
a
zero
?
andnot
t2
,
t6
,
t12
#
E
:
dest
mask
for
a
single
word
copy
or
t8
,
t10
,
t5
#
E
:
test
for
end
-
of
-
count
too
cmpbge
zero
,
t2
,
t3
#
E
:
...
...
@@ -379,13 +379,13 @@ $unaligned:
negq
t8
,
t6
#
E
:
build
bitmask
of
bytes
<=
zero
mskqh
t1
,
t4
,
t1
#
U
:
and
t6
,
t8
,
t
1
2
#
E
:
subq
t
1
2
,
1
,
t6
#
E
:
(
stall
)
or
t6
,
t
1
2
,
t8
#
E
:
(
stall
)
zapnot
t
2
,
t8
,
t
2
#
U
:
prepare
source
word
; mirror changes (stall)
and
t6
,
t8
,
t2
#
E
:
subq
t2
,
1
,
t6
#
E
:
(
stall
)
or
t6
,
t2
,
t8
#
E
:
(
stall
)
zapnot
t
12
,
t8
,
t1
2
#
U
:
prepare
source
word
; mirror changes (stall)
zapnot
t1
,
t8
,
t1
#
U
:
to
source
validity
mask
andnot
t0
,
t2
,
t0
#
E
:
zero
place
for
source
to
reside
andnot
t0
,
t
1
2
,
t0
#
E
:
zero
place
for
source
to
reside
or
t0
,
t1
,
t0
#
E
:
and
put
it
there
(
stall
both
t0
,
t1
)
stq_u
t0
,
0
(
a0
)
#
L
:
(
stall
)
...
...
arch/alpha/lib/stxncpy.S
View file @
c37e4ef0
...
...
@@ -313,9 +313,9 @@ $unaligned:
lda
t2
,
-
1
#
e0
:
for
creating
masks
later
beq
t12
,
$u_head
#
..
e1
:
nop
#
e0
:
cmpbge
zero
,
t1
,
t8
#
..
e1
:
is
there
a
zero
?
extql
t2
,
a1
,
t2
#
e0
:
cmpbge
zero
,
t1
,
t8
#
..
e1
:
is
there
a
zero
?
andnot
t2
,
t6
,
t12
#
e0
:
dest
mask
for
a
single
word
copy
or
t8
,
t10
,
t5
#
..
e1
:
test
for
end
-
of
-
count
too
cmpbge
zero
,
t2
,
t3
#
e0
:
cmoveq
a2
,
t5
,
t8
#
..
e1
:
...
...
@@ -330,14 +330,14 @@ $unaligned:
ldq_u
t0
,
0
(
a0
)
#
e0
:
negq
t8
,
t6
#
..
e1
:
build
bitmask
of
bytes
<=
zero
mskqh
t1
,
t4
,
t1
#
e0
:
and
t6
,
t8
,
t
1
2
#
..
e1
:
subq
t
1
2
,
1
,
t6
#
e0
:
or
t6
,
t
1
2
,
t8
#
e1
:
and
t6
,
t8
,
t2
#
..
e1
:
subq
t2
,
1
,
t6
#
e0
:
or
t6
,
t2
,
t8
#
e1
:
zapnot
t
2
,
t8
,
t
2
#
e0
:
prepare
source
word
; mirror changes
zapnot
t
12
,
t8
,
t1
2
#
e0
:
prepare
source
word
; mirror changes
zapnot
t1
,
t8
,
t1
#
..
e1
:
to
source
validity
mask
andnot
t0
,
t2
,
t0
#
e0
:
zero
place
for
source
to
reside
andnot
t0
,
t
1
2
,
t0
#
e0
:
zero
place
for
source
to
reside
or
t0
,
t1
,
t0
#
e1
:
and
put
it
there
stq_u
t0
,
0
(
a0
)
#
e0
:
ret
(
t9
)
#
..
e1
:
...
...
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