Re: staging: visorchannel module

2014-03-07 Thread Peter Hüwe
Am Freitag, 7. März 2014, 20:28:20 schrieb Peter Hüwe: > Am Freitag, 7. März 2014, 20:17:56 schrieb Greg KH: > > On Fri, Mar 07, 2014 at 11:38:03AM +0300, Dan Carpenter wrote: > > > drivers/staging/unisys/include/guidutils.h > > > > > > 57 static inline char * > > > 58 GUID_format2(const

Re: staging: visorchannel module

2014-03-07 Thread Peter Hüwe
Am Freitag, 7. März 2014, 20:17:56 schrieb Greg KH: > On Fri, Mar 07, 2014 at 11:38:03AM +0300, Dan Carpenter wrote: > > drivers/staging/unisys/include/guidutils.h > > > > 57 static inline char * > > 58 GUID_format2(const GUID *guid, char *s) > > 59 { > > 60 sprintf(s,

Re: staging: visorchannel module

2014-03-07 Thread Greg KH
On Fri, Mar 07, 2014 at 11:38:03AM +0300, Dan Carpenter wrote: > Hello Ken Cox, > > The patch e423812a9e43: "staging: visorchannel module" from Mar 4, > 2014, leads to the following Smatch warning: > > drivers/staging/unisys/include/guidutils.h:60 GUID_for

re: staging: visorchannel module

2014-03-07 Thread Dan Carpenter
Hello Ken Cox, The patch e423812a9e43: "staging: visorchannel module" from Mar 4, 2014, leads to the following Smatch warning: drivers/staging/unisys/include/guidutils.h:60 GUID_format2() error: format string overflow. buf_size: 50 length: 63 drivers/staging/unis