Resolve sprintf warning
The latest verson of Xcode clang warns about using sprintf because of its inherent vulnerability. Change it to snprintf.
Backport: release
Edited by Kenneth Moreland
GitLab updates will be applied on September 20th, between 7am and 9am, EDT (UTC-04:00). This site may have intermittent delays during that time.
The latest verson of Xcode clang warns about using sprintf because of its inherent vulnerability. Change it to snprintf.
Backport: release