Alexandre Julliard
|
25bee84030
|
ntdll: Don't require read access to the root directory for normal opens, similarly to the open by id case.
|
2010-01-08 15:54:20 +01:00 |
Alexandre Julliard
|
574eace36e
|
ntdll: Return a correct name also for file objects in NtQueryObject.
|
2010-01-08 13:16:57 +01:00 |
Alexandre Julliard
|
658dae988d
|
server: Add support for returning the object name in NtQueryObject.
|
2010-01-08 13:01:50 +01:00 |
Paul Vriens
|
2e03013fc0
|
ntdll: Fix length parameter for NtQueryValueKey (Coccinelle).
|
2010-01-08 10:14:12 +01:00 |
Paul Vriens
|
e38e54e3f4
|
d3d9/tests: Fix size parameter for memcmp (Coccinelle).
|
2010-01-08 10:14:01 +01:00 |
Paul Vriens
|
cb5e6f378a
|
shell32: Fix length parameter for ZeroMemory (Coccinelle).
|
2010-01-08 10:13:56 +01:00 |
Paul Vriens
|
c8681f885d
|
wined3d: Fix use of memset (Coccinelle).
|
2010-01-08 10:13:51 +01:00 |
Marcus Meissner
|
1b27af164c
|
setupapi: Avoid NULL dereference in error path (Coverity).
|
2010-01-08 10:13:46 +01:00 |
Marcus Meissner
|
6fb5e61afb
|
winex11: Remove more superflous NULL checks (Coverity).
|
2010-01-08 10:13:18 +01:00 |
Christian Costa
|
a59922ab55
|
d3drm: Implement stubbed IDirect3DRM interface.
|
2010-01-08 10:12:56 +01:00 |
Alexandre Julliard
|
b824fe05f4
|
server: Don't dump more than 1024 bytes in a trace.
|
2010-01-07 20:27:17 +01:00 |
Marcus Meissner
|
065fa22adc
|
winex11.drv: physDev cannot be NULL (Coverity).
|
2010-01-07 19:41:34 +01:00 |
Nikolay Sivov
|
9a53cb5263
|
shell32/shelllink: Fix some string buffers leaks.
|
2010-01-07 19:41:34 +01:00 |
Jacek Caban
|
04cfe6acf7
|
urlmon: Fixed accept_mimes leak in tests.
|
2010-01-07 19:41:33 +01:00 |
Nikolay Sivov
|
88472df473
|
oleaut32/tests: Fix some leaks in safearray tests.
|
2010-01-07 19:41:33 +01:00 |
James Hawkins
|
b116175d4a
|
setupapi: Refactor freeing the INF file into free_inf_file. Use this new function to free any remnants of the parsing on error.
|
2010-01-07 17:59:58 +01:00 |
James Hawkins
|
5324cb6135
|
browseui: Fix two memory leaks in the autocomplete tests.
|
2010-01-07 17:59:58 +01:00 |
James Hawkins
|
b2d1c3eeec
|
wintrust: Fix a memory leak until our implementation is fixed.
|
2010-01-07 17:59:58 +01:00 |
James Hawkins
|
300cc0fea1
|
cabinet: Fix several file list leaks in the extract tests.
|
2010-01-07 17:59:58 +01:00 |
James Hawkins
|
ced5081eb9
|
advpack: Free the file list on any error.
|
2010-01-07 17:59:58 +01:00 |
James Hawkins
|
621a772d48
|
advapi32: Fix a few memory leaks. Use the correct API to free SIDs (FreeSid).
|
2010-01-07 17:59:58 +01:00 |
Detlef Riekenberg
|
69b0b5e096
|
mlang: Print a FIXME only for unused parameter.
|
2010-01-07 17:59:57 +01:00 |
Detlef Riekenberg
|
aa389201e5
|
comdlg32: Remove unused code for the Button psh1.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
c7183e831b
|
fnt2bdf: Remove superfluous void* casts.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
477117a03f
|
winedbg: Remove superfluous void* cast.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
9e951e8d14
|
comctl32: Remove superfluous void* cast.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
bb9c9264c8
|
libport: Remove superfluous void* cast.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
6a02e744b9
|
winedump: Remove superfluous void* cast.
|
2010-01-07 17:59:57 +01:00 |
Marcin Baczyński
|
14ed846438
|
msctf: Remove superfluous void* cast.
|
2010-01-07 09:27:13 +01:00 |
Marcin Baczyński
|
0666c8e4ec
|
rasapi32/tests: Remove superfluous void* cast.
|
2010-01-07 09:27:07 +01:00 |
Marcin Baczyński
|
005b9066f4
|
advapi32/tests: Remove superfluous void* cast.
|
2010-01-07 09:27:02 +01:00 |
Henri Verbeet
|
46cefd312c
|
wined3d: Recognize the SM4 cut opcode.
|
2010-01-07 09:26:54 +01:00 |
Henri Verbeet
|
449e521984
|
wined3d: Recognize the SM4 endloop opcode.
|
2010-01-07 09:26:49 +01:00 |
Henri Verbeet
|
0296aaa6a6
|
wined3d: Recognize the SM4 endif opcode.
|
2010-01-07 09:26:45 +01:00 |
Henri Verbeet
|
58233befb7
|
wined3d: Recognize the SM4 break opcode.
|
2010-01-07 09:26:40 +01:00 |
Henri Verbeet
|
dbeeb07713
|
wined3d: Recognize the SM4 if opcode.
|
2010-01-07 09:26:36 +01:00 |
Henri Verbeet
|
3687677427
|
wined3d: Recognize the SM4 lt opcode.
|
2010-01-07 09:26:30 +01:00 |
Henri Verbeet
|
6d5aca61f3
|
wined3d: Recognize the SM4 iadd opcode.
|
2010-01-07 09:26:25 +01:00 |
Henri Verbeet
|
22939f9d29
|
wined3d: Recognize the SM4 emit opcode.
|
2010-01-07 09:26:20 +01:00 |
Henri Verbeet
|
6715d495ea
|
wined3d: Recognize the SM4 breakc opcode.
Map this to WINED3DSIH_BREAKP because it's a better fit.
|
2010-01-07 09:26:14 +01:00 |
Henri Verbeet
|
c57c76b78e
|
wined3d: Recognize the SM4 ige opcode.
|
2010-01-07 09:26:08 +01:00 |
Nikolay Sivov
|
6ca7654ec7
|
comctl32/listview: Fix memory leak on subrange deletion.
|
2010-01-07 09:26:00 +01:00 |
Andrew Eikum
|
7fe78c14e9
|
ole32: Downgrade StgIsStorageFile debug info from WARN to TRACE.
|
2010-01-07 09:25:51 +01:00 |
Detlef Riekenberg
|
220af426b3
|
krnl386: The 16bit system directory is <windir>\SYSTEM.
|
2010-01-06 17:50:36 +01:00 |
Marcus Meissner
|
69bf18567f
|
user32: EM_REPLACESEL - handle OOM error.
|
2010-01-06 17:23:08 +01:00 |
Marcus Meissner
|
4d96ffb52b
|
user32: Remove useless NULL check (Coverity).
|
2010-01-06 17:22:31 +01:00 |
Paul Vriens
|
051fc3458c
|
mshtml/tests: Fix timeouts on Win9x/WinMe by using more A-functions.
|
2010-01-06 12:42:39 +01:00 |
Reece Dunn
|
a2c41b72f8
|
Don't generate FIXME warnings for DllCanUnloadNow.
|
2010-01-06 10:59:51 +01:00 |
Tillmann Werner
|
29e58e30f1
|
winedump: Fix null pointer dereference in spec mode.
|
2010-01-06 10:57:56 +01:00 |
David Adam
|
5e39af2683
|
dmloader: Fix a possible null dereference.
|
2010-01-06 10:47:42 +01:00 |