summarylogtreecommitdiffstats
path: root/fix-base-snprintf-sizeof-pointer.patch
AgeCommit message (Collapse)Author
2026-03-07Initial submission: rocm-gpu-agent 1.4.2-1SteamedFish
AMD ROCm GPU Agent daemon (gpuagent) and control CLI (gpuctl) for AMD Instinct GPUs. Packages upstream release v1.4.2 with patches to build against system libraries instead of vendored static builds. Includes fix for upstream buffer overflow in aga_obj_key_s::str() where sizeof(char*) was used instead of actual buffer size in snprintf, causing __snprintf_chk to abort on startup.