commit | 092aa1c585fedd9e169eece41b8a471f1739908a | [log] [tgz] |
---|---|---|
author | Peter Bohm <peter.m.bohm@sonyericsson.com> | Fri Apr 01 12:35:25 2011 +0200 |
committer | Oskar Andero <oskar.andero@sonyericsson.com> | Mon Jun 27 10:04:05 2011 +0200 |
tree | 079f73d5594e22ecdb3504a261d6baeb60952e28 | |
parent | b20d54b2309adee8d192942015740735ded975d3 [diff] |
Prevent buffer overflows. To eliminate possible buffer overflows some strcpy, sprintf and strcat have been changed to strlcpy, snprintf and strlcat. Change-Id: Ieb9d4b600c894946a6492f8629ff39f2fcc106d3 Signed-off-by: Oskar Andero <oskar.andero@sonyericsson.com>