Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   erh
Date:           Fri Mar 17 08:51:35 UTC 2006

Modified Files:
        src/sys/kern: exec_elf32.c

Log Message:
Found by coverity issue 887.  Check for NULL before using base_ph so
an interpreter that does not have PT_LOAD in the program header doesn't
crash the system.


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/kern/exec_elf32.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