Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k/m68k
Module Name: src
Committed By: rin
Date: Mon Aug 10 09:38:48 UTC 2020
Modified Files:
src/sys/arch/m68k/m68k: process_machdep.c
Log Message:
Forbid to set odd address to PC in process_write_regs() and process_set_pc().
Otherwise, address error occurs in kernel at rte instruction when returning
to the user level.
Found by tests/lib/libc/t_ptrace_*:access_regs_set_unaligned_pc_0x[137].
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/m68k/m68k/process_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index