Re: odd memory corrupt problem

2001-02-22 Thread Keith Owens
On Thu, 22 Feb 2001 18:46:24 -0800, LA Walsh <[EMAIL PROTECTED]> wrote: >Any ideas why? Not that I'm whining, but a good debugger with a 'watch' capability >would do wonders at this point. kdb - bpha audit_state dataw - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

odd memory corrupt problem

2001-02-22 Thread LA Walsh
I have a kernel driver that has a variable (surprise) 'audit_state'. It's statically initialized to 0 in the C code. The only way it can get set on is if the audit modules are loaded and one makes a system call to enable it. There is no 'driver' initialization performed. This code seemed to wo