From: Hans Verkuil Date: Tue, 15 Oct 2013 15:24:45 +0000 (-0300) Subject: [media] si4713: si4713_set_rds_radio_text overwrites terminating \0 X-Git-Tag: v3.14-rc1~20^2~268 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aab72bb0797321c6f6867f240da1e8c28bf040c;p=pandora-kernel.git [media] si4713: si4713_set_rds_radio_text overwrites terminating \0 si4713_set_rds_radio_text will overwrite the terminating zero at the end of the rds radio text string in order to send out a carriage return as per the RDS spec. Use a separate char buffer for the CR instead of corrupting the control string. Signed-off-by: Hans Verkuil Tested-by: Eduardo Valentin Acked-by: Eduardo Valentin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed