[#]
http://marc.info/?l=openbsd-cvs&m=140831323402361&w=2
openbsd-cvs(obsdave,2) — All
2014-08-18 02:55:06
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/17 16:06:49
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
While all current callers pass valid data to ascii_hspan() only,
it's safer to assume incoming enum data might be invalid
and catch it instead of happily returning an unitialized int.
No functional change right now.