Thanks! Patch applied. regards, Joy
On Tue, 2013-12-03 at 15:06 +0100, Dan Horák wrote: > it refers to https://bugzilla.redhat.com/show_bug.cgi?id=1037228 > > > Dan > > On Tue, 3 Dec 2013 14:55:19 +0100 > Dan Horák <[email protected]> wrote: > > > > > Signed-off-by: Dan Horák <[email protected]> > > --- > > usr/sbin/pkcsslotd/log.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/usr/sbin/pkcsslotd/log.c b/usr/sbin/pkcsslotd/log.c > > index 949d95d..a2292ac 100755 > > --- a/usr/sbin/pkcsslotd/log.c > > +++ b/usr/sbin/pkcsslotd/log.c > > @@ -823,7 +823,7 @@ BOOL PKCS_Log ( pLogHandle phLog, char *Format, > > va_list ap ) { > > /* Always log to syslog, if we're using it */ > > if ( pInfo->UseSyslog ) { > > - syslog(pInfo->LogLevel, Buffer); > > + syslog(pInfo->LogLevel, "%s", Buffer); > > } > > > > return TRUE; > > -- > > 1.8.1.4 > > > > > > ------------------------------------------------------------------------------ > > Rapidly troubleshoot problems before they affect your business. Most > > IT organizations don't have a clear picture of how application > > performance affects their revenue. With AppDynamics, you get 100% > > visibility into your Java,.NET, & PHP application. Start your 15-day > > FREE TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > > _______________________________________________ Opencryptoki-tech > > mailing list [email protected] > > https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Opencryptoki-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
