mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
ed9e2ed449
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