freebsd-skq/sys/gnu
marcel 8b42e21d12 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@
2004-12-05 22:30:28 +00:00
..
dev/sound/pci This commit was generated by cvs2svn to compensate for changes in r124361, 2004-01-11 03:34:02 +00:00
ext2fs Fix null-pointer indirect function calls introduced in the previous 2004-12-05 22:30:28 +00:00
fs/ext2fs Fix null-pointer indirect function calls introduced in the previous 2004-12-05 22:30:28 +00:00