summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-12-05 22:30:28 +0000
committermarcel <marcel@FreeBSD.org>2004-12-05 22:30:28 +0000
commit8b42e21d12e627514808f983d93b02293eaab637 (patch)
treeb7d392ad362fc25b52f43db8941e094488d81377 /sys/fs/cd9660
parenta12b213cad178436bbc1475d01f6bc93f197db3b (diff)
downloadFreeBSD-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/cd9660')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud