csjp 59c3c1b282 MFC revision 1.20
date: 2006/01/16 17:03:21;  author: csjp;  state: Exp;  lines: +6 -2
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.
2006-01-24 04:08:48 +00:00
..
2005-11-22 02:01:01 +00:00
2006-01-24 04:08:48 +00:00