On Fri Nov 29 12:03:17 2024 +0000, Dmitry Timoshkov wrote:
I considered this, however a non-zero size when params being NULL doesn't make much sense, so I left only check for params != NULL.
If it doesn't make much sense, it means it's an error and we're supposed to return `STATUS_ACCESS_VIOLATION` or something. We're not implementing the error check. Hence, I believe we still need a FIXME for this missing check.