You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garbage is the pointer returned by nvEncGetLastErrorString function.
It looks like nvEncGetLastErrorString is not thread safe.
Potentially this could be vulnerability.
Given that use of this function is guarded by NVENC_HAVE_GETLASTERRORSTRING define, I think we should undefine it at configuration stage to disable it usage.
The text was updated successfully, but these errors were encountered:
When there is not enough video memory, often garbage can be seen in debug output, like this:
It is produced in this function:
Garbage is the pointer returned by
nvEncGetLastErrorString
function.It looks like
nvEncGetLastErrorString
is not thread safe.Potentially this could be vulnerability.
Given that use of this function is guarded by
NVENC_HAVE_GETLASTERRORSTRING
define, I think we should undefine it at configuration stage to disable it usage.The text was updated successfully, but these errors were encountered: