+2
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Printing a string with that does not have null terminated character,
would lead to overflow, as the print continues until it finds a null
terminated character.
Avoid this issue by explicitly assigning a string with null termination.
Change-Id: I9528db2ba046c514d829097d08c09540588bb1a2
Signed-off-by:
Hariprasad Dhalinarasimha <hnamgund@codeaurora.org>