Fix typo in copyinstr_smap, resulting in mis-handling of too long strings.
Reported and tested by: pho PR: 230286 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e0fa977ea5
commit
35efb3b1de
@ -922,7 +922,7 @@ ENTRY(copyinstr_smap)
|
||||
|
||||
2:
|
||||
decq %rdx
|
||||
jz copyinstr_succ
|
||||
jz copyinstr_toolong
|
||||
|
||||
stac
|
||||
lodsb
|
||||
|
Loading…
Reference in New Issue
Block a user