Description
pBuffer is allocated by NetUserEnum(), in case it fails EnumerateUsers will inmediatly return, and if it succeds pBuffer is not NULL for sure.
Also we're happily dereferencing during the whole function without caring if it is NULL.
CID 1363629