summaryrefslogtreecommitdiff
path: root/ucopy.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-1/+1
* ucopy: return string size in umovestrEugene Syromyatnikov2018-01-191-5/+7
* ucopy: cleanup umoven_peekdata and umovestr_peekdataDmitry V. Levin2017-07-311-85/+30
* ucopy: move legacy fallbacks of umoven and umovestr to separate functionsDmitry V. Levin2017-07-311-111/+129
* ucopy: move process_vm_readv ENOSYS check to vm_read_memDmitry V. Levin2017-07-311-12/+10
* ucopy: refactor the check for invalid tracee addressesDmitry V. Levin2017-07-301-10/+13
* ucopy: enhance vm_read_mem error diagnosticsDmitry V. Levin2017-07-301-2/+6
* ucopy: skip redundant tracee address truncation checkDmitry V. Levin2017-07-291-0/+2
* util: move umoven and umovestr to a separate fileDmitry V. Levin2017-07-281-0/+356