https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224813
Ian Lepore <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open Assignee|[email protected] |[email protected] --- Comment #1 from Ian Lepore <[email protected]> --- I began to work on this, with the idea of adding some common code that all RTC drivers can use to validate the bcd. Then, when I looked at atrtc.c I discovered it already has code to validate the bcd values, added in r314936. That means that this error just shouldn't be possible now unless the current validation is incorrect (it looks okay to me), or the compiler is generating bad code (which I tried to investigate, but my x86 asm skills are 25 years out of date). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
