Searched hist:"6 aa256b6" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_asrc.c | 6aa256b6 Sun Oct 19 02:07:36 CDT 2014 Daniel Mack <daniel@zonque.org> ASoC: fsl: use strncpy() to prevent copying of over-long names
Use strncpy() instead of strcpy(). That's not a security issue, as the source buffer is taken from DT nodes, but we should still enforce bound checks. Spotted by Coverity.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org> 6aa256b6 Sun Oct 19 02:07:36 CDT 2014 Daniel Mack <daniel@zonque.org> ASoC: fsl: use strncpy() to prevent copying of over-long names Use strncpy() instead of strcpy(). That's not a security issue, as the source buffer is taken from DT nodes, but we should still enforce bound checks. Spotted by Coverity. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | fsl_esai.c | 6aa256b6 Sun Oct 19 02:07:36 CDT 2014 Daniel Mack <daniel@zonque.org> ASoC: fsl: use strncpy() to prevent copying of over-long names
Use strncpy() instead of strcpy(). That's not a security issue, as the source buffer is taken from DT nodes, but we should still enforce bound checks. Spotted by Coverity.
Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org> 6aa256b6 Sun Oct 19 02:07:36 CDT 2014 Daniel Mack <daniel@zonque.org> ASoC: fsl: use strncpy() to prevent copying of over-long names Use strncpy() instead of strcpy(). That's not a security issue, as the source buffer is taken from DT nodes, but we should still enforce bound checks. Spotted by Coverity. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org>
|