Skip to content
Snippets Groups Projects
Commit af313e5a authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] broken copy_in_user function.


The copy_in_user primitive does not work as advertised. If the source
and target area are available copy_in_user copies one byte too much.
If one of the memory areas is not available it does not copy as much
data as it can, but up to 257 bytes less.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent dc709bd1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment