Files
ubports_kernel_google_msm/drivers/s390/char
Heiko Carstens e8a79c9ec7 [S390] call home: fix string length handling
After copying uts->nodename to the static nodename array the static
version isn't necessarily zero termininated, since the size of the
array is one byte too short.
Afterwards doing strncat(data, nodename, strlen(nodename)); may copy
an arbitrary large amount of bytes.
Fix this by getting rid of the static array and using strncat with
proper length limit.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-10-29 15:05:12 +01:00
..
2009-06-22 12:08:23 +02:00
2009-09-11 10:29:49 +02:00
2009-09-11 10:29:49 +02:00
2009-10-06 10:35:05 +02:00
2009-10-14 12:43:54 +02:00
2009-09-11 10:29:49 +02:00
2009-03-26 15:24:25 +01:00
2009-03-26 15:24:25 +01:00
2009-06-12 10:27:33 +02:00
2009-09-23 18:13:10 -07:00