K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-01-07T19:26:47.000000Z K 7 svn:log V 362 It appears drivers may call NdisWriteErrorLogEntry() with locks held. However, if we need to translate a unicode message table message, ndis_unicode_to_ascii() might malloc() some memory, which causes a warning from witness. Avoid this by using some stack space to hold the translated message. (Also bounds check to make sure we don't overrun the stack buffer.) END