| commit | dcefb2ee8d412a6fab43aabd4fb5668aab12ce04 | [log] [tgz] |
|---|---|---|
| author | Benoit Goby <benoit@android.com> | Tue May 29 13:57:27 2012 -0700 |
| committer | Benoit Goby <benoit@android.com> | Tue May 29 15:53:56 2012 -0700 |
| tree | 180bcd8899aef5ef5c4dccf744a054e8dc97b565 | |
| parent | 5500e4fab219bf210f22d2334cc98f3ca8f8912d [diff] |
usb: gadget: android: Fix product name Product names may contain spaces and scanf %s only matches the 1st word. Use strlcpy instead. Change-Id: Ie8703fea9775f7fc17fe615a42597ca3816d36b0 Signed-off-by: Benoit Goby <benoit@android.com>