Yelp is crashing when trying to render xmbind.1x manpage, because the man page contains an incorrectly formed .so macro reference tag.
Yelp should not crash when parsing files. When parsing the 2nd element of the .so tag contains the file to be referenced, in determing this reference basename is checked for null but only after a basename++, this ++ should only be done if the original basname is valid. Patch attached to bugzilla bug : 447107 upstream. -------------- next part -------------- A non-text attachment was scrubbed... Name: yelp-03-macro-reference-crash.diff Type: text/x-patch Size: 530 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20070613/555a6131/attachment.bin>
