criu/plugins
Tvrtko Ursulin 3cca5f55f8
plugins/amdgpu: Fix strtoul error handling
Copilot reports a possible false positive error on strtoul conversion due
errno not being reset on success. Fix it by clearing errnor prior to the
call.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
2026-07-21 13:56:51 +02:00
..
amdgpu plugins/amdgpu: Fix strtoul error handling 2026-07-21 13:56:51 +02:00
cuda amdgpu: use fseeko with large-file support instead of fseeko64 2026-07-21 13:40:17 +02:00