-
由 Takashi Iwai 提交于
hdmi_lpe_audio_probe() copies the pcm name string via strncpy(), but as a gcc8 warning suggests, it misses a NUL terminator, and unlikely the expected result. Use the proper one, strlcpy() instead. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
c288248f