sdm: Reserve one byte for NULL terminating character.

strlen do not include terminating null character in length.
One byte is reserved for null character while calculating
string length using strlen function.

Change-Id: I78454760cf1af01e0464404e2cd483c24dd2fd0e
CRs-Fixed: 995451
1 file changed