diff
+ #define MAX_BUILD_LABEL_LEN 128
- char cmd, build_label[QCA_FW_BUILD_VER_LEN];
+ char cmd, build_label[MAX_BUILD_LABEL_LEN];
+ #define SAFE_BUILD_LABEL_LEN (QCA_FW_BUILD_VER_LEN > MAX_BUILD_LABEL_LEN ? MAX_BUILD_LABEL_LEN : QCA_FW_BUILD_VER_LEN)
