- 23 Nov, 2009 11 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
André Hentschel authored
-
Eric Pouech authored
-
Eric Pouech authored
One can now pass -1 as array len so that its size will be computed later on (useful for dealing with forward declarations where size is not known at array definition).
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 21 Nov, 2009 25 commits
-
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Gerald Pfeifer authored
-
Marcin Baczyński authored
-
Marcin Baczyński authored
-
Marcin Baczyński authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Ken Thomases authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
- 20 Nov, 2009 4 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
The string in format is nul-terminated so use memcpy to copy it into the buffer and don't try to nul-terminate it manually which causes a write outside of the allocated buffer length. Fix a similar off-by-one error in CLIPFORMAT_UserUnmarshal too. This time it is only reading from beyond the buffer.
-
Louis Lenders authored
-