diff options
author | julian <julian@FreeBSD.org> | 2001-09-12 20:26:57 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2001-09-12 20:26:57 +0000 |
commit | 1bda6a607a245d198d36f589a6d8d42d9ea45b86 (patch) | |
tree | 3b9a389df263293ac7beeb625cda852c1e2841e2 /sys/compat/linux/linux_file.c | |
parent | 12c7e49b74c6f21bec4a43fc126ad168736fadbf (diff) | |
download | FreeBSD-src-1bda6a607a245d198d36f589a6d8d42d9ea45b86.zip FreeBSD-src-1bda6a607a245d198d36f589a6d8d42d9ea45b86.tar.gz |
If an incoming struct proc could have been NULL before, tehn don't
automatically change the code to add
struct proc *p = td->td_proc;
because now 'td' is probably capable of being NULL too.
I expect to see more of this kind of error during the 'weeding'
process. It's too easy to make. (junior hacker project.. look for these :-)
Submitted by: mark Peek <mp@freebsd.org>
Diffstat (limited to 'sys/compat/linux/linux_file.c')
0 files changed, 0 insertions, 0 deletions