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
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
The latest verson of Xcode clang warns about using sprintf because of its inherent vulnerability. Change it to snprintf.
Backport: release