Searched hist:124228 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.cdiff 124228 Wed Jan 07 17:26:47 MST 2004 wpaul 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.)

Completed in 317 milliseconds