Bug #1786
Calling NULL function pointer initiates panic loop
0%
Description
Further description in the commit message,
http://gitweb.dragonflybsd.org/~sjg/dragonfly.git/log/refs/heads/null_fp
Please review, I am not sure this is necessarily the best way to
address this, for instance, you don't actually see where the panic
occurred.
Sam
History
Updated by nthery over 10 years ago
On 21 June 2010 19:26, Samuel J. Greear <sjg@evilcode.net> wrote:
> Further description in the commit message,
>
> http://gitweb.dragonflybsd.org/~sjg/dragonfly.git/log/refs/heads/null_fp
>
> Please review, I am not sure this is necessarily the best way to
> address this, for instance, you don't actually see where the panic
> occurred.
It looks fine to me.
Updated by sjg over 10 years ago
I'm not sure it is commit-able as-is, you are unable to manipulate anything with
gdb with this patch, although it does solve the panic loop issue. I think there
is a better fix to be had.