> But when you're receiving data from some other system... or you're > trying to debug a piece of hardware, calling assert() when you see > some unexpected data doesn't necessarily help the debug process all > that much.
Agreed completely. An assert resulting from unexpected data input is generally considered a DoS attack vector in the security field. Applications should always gracefully handle unexpected input. Cheers, Kyle
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
