mirror of
https://github.com/versity/versitygw.git
synced 2026-09-22 16:04:15 +00:00
The unsupported-platform cuObject stubs returned freshly constructed error values, which let staticcheck prove caller error checks were always true on non-Linux builds. Return shared package-level errors instead so the stubs keep the same runtime behavior without triggering SA4023.