Wrong name
Posted Jan 17, 2008 12:25 UTC (Thu) by
NAR (subscriber, #1313)
In reply to:
Wrong name by ms
Parent article:
A kernel security hole
Once again, this bug is simply a result of relying on a prehistoric language.
I'm afraid it's not. I agree that C could be improved with a bitfield type like this:
bitfield accessMode {
bit open;
bit write;
...
};
but wrongly named variables of same types would still lead to these kind of errors.
(
Log in to post comments)