Re: [PATCH] trans/hello{,-mt}: properly escape contents in trivfs_append_args

2014-09-04 Thread Samuel Thibault
Justus Winter, le Thu 04 Sep 2014 12:51:36 +0200, a écrit : > Fixes https://savannah.gnu.org/bugs/?15806 . Ack. > * trans/hello-mt.c (trivfs_append_args): Escape contents. > * trans/hello.c (trivfs_append_args): Likewise. > --- > trans/hello-mt.c | 28 ++-- > trans/hello.

[PATCH] trans/hello{, -mt}: properly escape contents in trivfs_append_args

2014-09-04 Thread Justus Winter
Fixes https://savannah.gnu.org/bugs/?15806 . * trans/hello-mt.c (trivfs_append_args): Escape contents. * trans/hello.c (trivfs_append_args): Likewise. --- trans/hello-mt.c | 28 ++-- trans/hello.c| 21 +++-- 2 files changed, 41 insertions(+), 8 deletion