Re: [Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-17 Thread Caolán McNamara
On Fri, 2010-11-12 at 12:44 +0100, Julien wrote: Hello, I'm currently running the last version of cppcheck (i updated with git this morning) and i get this error : I don't understand where's the pb with snprintf, pString has a size of 1024 and snprintf takes a size of 1024. Is this a

[Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-12 Thread Julien
Hello, I'm currently running the last version of cppcheck (i updated with git this morning) and i get this error : snprintf size is out of bounds ex: [./libs-gui/vcl/unx/source/printergfx/common_gfx.cxx:542]: (error) snprintf size is out of bounds

Re: [Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-12 Thread Norbert Thiebaud
On Nov 12, 2010, at 3:44, Julien jnabet2...@free.fr wrote: Hello, I'm currently running the last version of cppcheck (i updated with git this morning) and i get this error : snprintf size is out of bounds ex: [./libs-gui/vcl/unx/source/printergfx/common_gfx.cxx:542]: (error) snprintf

Re: [Libreoffice] cppcheck : snprintf size is out of bounds

2010-11-12 Thread Norbert Thiebaud
On Nov 12, 2010, at 7:16, Norbert Thiebaud nthieb...@gmail.com wrote: On Nov 12, 2010, at 3:44, Julien jnabet2...@free.fr wrote: Hello, I'm currently running the last version of cppcheck (i updated with git this morning) and i get this error : snprintf size is out of bounds ex: