From: Mike Taylor Date: Wed, 21 Dec 2005 00:04:14 +0000 (+0000) Subject: Abort when trying to translate a node of unknown type. This happens X-Git-Tag: YAZ.2.1.12~37 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=ccb96652ac7afe10d0cd7db9f0e348001c6b3f82;hp=ccb96652ac7afe10d0cd7db9f0e348001c6b3f82;p=yaz-moved-to-github.git Abort when trying to translate a node of unknown type. This happens when (for example) the node is corrupted by its parser being freed before it's passed into the translation function ... a classic C-style bug that's taken much of this evening to find and fix. Defensive programming, guys ... ---