Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux/arch



Module Name:    src
Committed By:   ad
Date:           Wed Apr 23 14:18:50 UTC 2008

Modified Files:
        src/sys/compat/linux/arch/arm: linux_ptrace.c
        src/sys/compat/linux/arch/i386: linux_ptrace.c
        src/sys/compat/linux/arch/powerpc: linux_ptrace.c

Log Message:
Disable bitrotted linux ptrace interfaces, which are likely now a
security hole. Can be re-enabled at runtime. If you want to repair
them please look at the native implementation.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/compat/linux/arch/arm/linux_ptrace.c
cvs rdiff -r1.20 -r1.21 src/sys/compat/linux/arch/i386/linux_ptrace.c
cvs rdiff -r1.17 -r1.18 src/sys/compat/linux/arch/powerpc/linux_ptrace.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