- 25 May, 2010 1 commit
-
-
Alexandre Julliard authored
Based on a patch by Rob Shearman.
-
- 20 Nov, 2009 1 commit
-
-
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.
-
- 28 May, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 22 May, 2009 1 commit
-
-
Huw Davies authored
ole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for padding in the 64-bit version.
-
- 21 May, 2009 1 commit
-
-
Huw Davies authored
-
- 18 May, 2009 10 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
- 13 Mar, 2009 1 commit
-
-
Michael Stefaniuc authored
long is always 32bit in IDL files but that's not true in C.
-
- 09 Feb, 2009 1 commit
-
-
Rob Shearman authored
The wireCLIPFORMAT represents the memory equivalent format of the wire format and not the wire format itself. Also update the tests to do the same.
-
- 04 Jan, 2009 1 commit
-
-
Michael Karcher authored
-
- 28 Nov, 2008 1 commit
-
-
Huw Davies authored
-
- 26 Nov, 2008 1 commit
-
-
Francois Gouget authored
-
- 28 Oct, 2008 1 commit
-
-
Huw Davies authored
-
- 27 Oct, 2008 1 commit
-
-
Austin English authored
-
- 02 Sep, 2008 3 commits
-
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
- 27 Nov, 2007 1 commit
-
-
Rob Shearman authored
Add stubs for these so that the tests link.
-
- 13 Nov, 2007 1 commit
-
-
Rob Shearman authored
Actually free the memory.
-
- 13 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 27 Mar, 2007 1 commit
-
-
Rob Shearman authored
ole32: Handle NULL sub-objects correctly in the STGMEDIUM user marshaling functions so that no further data in marshaled or unmarshaled.
-
- 20 Mar, 2007 1 commit
-
-
Rob Shearman authored
-
- 18 Dec, 2006 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 06 Dec, 2006 1 commit
-
-
Francois Gouget authored
-
- 09 Nov, 2006 5 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
widl: Use ULONG instead of unsigned long when generating declarations for *_UserFree() functions. This is needed for Win64 compatibility.
-
Michael Stefaniuc authored
widl: Use ULONG instead of unsigned long when generating declarations for *_UserUnMarshal() functions. This is needed for Win64 compatibility.
-
Michael Stefaniuc authored
widl: Use ULONG instead of unsigned long when generating declarations for *_UserMarshal() functions. This is needed for Win64 compatibility.
-
Michael Stefaniuc authored
widl: Use ULONG instead of unsigned long when generating declarations for *_UserSize() functions. This is needed for Win64 compatibility.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 15 May, 2006 1 commit
-
-
Francois Gouget authored
-