K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-01-16T17:03:21.000000Z K 7 svn:log V 338 Although we check the return value of copyin(9) while determaining how long the string is in userspace, afterwards we call malloc(M_WAITOK), which could sleep for an unknown amount of time. Check the return value of copyin(9) just to be sure that nothing has changed during that time. Found with: Coverity Prevent (tm) MFC after: 1 week END