diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-09-28 11:29:28 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-07 15:56:52 +0200 |
commit | d7255e8ddbfe76d7b0d18247d35742596c85ad93 (patch) | |
tree | 4b90281e554dd71ca5be7156833b4c2ecbe4146d /drivers/mailbox/sandbox-mbox.c | |
parent | d429557c64a911f076b3fa87761ca94121105f5a (diff) | |
download | u-boot-imx-d7255e8ddbfe76d7b0d18247d35742596c85ad93.zip u-boot-imx-d7255e8ddbfe76d7b0d18247d35742596c85ad93.tar.gz u-boot-imx-d7255e8ddbfe76d7b0d18247d35742596c85ad93.tar.bz2 |
ARM: vf610: use strcpy for soc environment variable
To create the soc environment variable we concatenate two strings
on the stack. So far, strcat has been used for the first string as
well as for the second string. Since the variable on the stack is
not initialized, the first strcat may not start using the first
entry in the character array. This then could lead to an buffer
overflow on the stack.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/mailbox/sandbox-mbox.c')
0 files changed, 0 insertions, 0 deletions