diff options
author | marcel <marcel@FreeBSD.org> | 2004-12-05 22:30:28 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-12-05 22:30:28 +0000 |
commit | 8b42e21d12e627514808f983d93b02293eaab637 (patch) | |
tree | b7d392ad362fc25b52f43db8941e094488d81377 /sys/fs | |
parent | a12b213cad178436bbc1475d01f6bc93f197db3b (diff) | |
download | FreeBSD-src-8b42e21d12e627514808f983d93b02293eaab637.zip FreeBSD-src-8b42e21d12e627514808f983d93b02293eaab637.tar.gz |
Fix null-pointer indirect function calls introduced in the previous
commit. In the new world order, the transitive closure on the vector
operations is not precomputed. As such, it's unsafe to actually use
any of the function pointers in an indirect function call. They can
be null, and we need to use the default vector in that case.
This is mostly a quick fix for the four function pointers that are
ed explicitly. A more generic or scalable solution is likely to see
the light of day.
No pathos on: current@
Diffstat (limited to 'sys/fs')
0 files changed, 0 insertions, 0 deletions