search for: heap_alloc

Displaying 8 results from an estimated 8 matches for "heap_alloc".

2017 Feb 17
0
Wine release 2.2
...include: Add prototypes for IStream_{Reset,Size}(). include: Add a couple of INTERNET_SCHEME_XXX constants. inetcomm/tests: A spelling fix in an ok() message. appwiz.cpl: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. ole32: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). scrrun: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). wmp: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. schedsvc: Simplify and standardize the heap_xxx() declarations. oleaut32: Standardize the heap_xxx() functions. mshtml/tests: A couple of spelli...
2017 Mar 03
0
Wine release 2.3
...comctl32: Update the tooltip rectangle when a tool button is hidden. Fabian Maurer (2): user32: Send WM_NCPAINT and WM_ERASEBKGND when window is shown. user32: Only send position-change messages when needed. François Gouget (24): odbccp32: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). netprofm: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). msident: Add a __WINE_ALLOC_SIZE attribute to heap_alloc(). hlink: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. dnsapi: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions. user32/tests:...
2018 Sep 14
0
Wine release 3.16
...ace and Delete. comctl32/listbox: Update the size in SetColumnWidth before calling UpdatePage. user32/listbox: Update the size in SetColumnWidth before calling UpdatePage. shell32/autocomplete: Fix a vulnerability by avoiding the use of snprintf. shell32/autocomplete: Handle heap_alloc failure. shell32/autocomplete: Reduce the strlen calls because they are redundant. shell32/autocomplete: Don't call ShowWindow unless auto-suggest listbox is enabled. shell32/autocomplete: Get rid of control and filled BOOLs and simplify the code. shell32/autocomplete: D...
2010 May 28
0
Wine release 1.2-rc2
...Test an otherwise unused return value. crypt32/tests: Always compare serialized stores in memory. Kristofer Henriksson (1): winemp3.acm: Fix the Mac-specific code. Maarten Lankhorst (1): winmm: Wake up timer after the timer list is empty. Marcus Meissner (5): usp10: Check heap_alloc return value (Coverity). ntdll: qsort: comparator must not get the same pointer. d3dx9_36: Fixed off by 1 in the usage_idx check (Coverity). wininet: Check for NULL lpwhh (Coverity). include: Pack NE_NAMEINFO and NE_TYPEINFO pack(1). Matteo Bruni (2): d3dx9: Stricter...
2017 Mar 17
0
Wine release 2.4
...eration for script types. usp10: Use bsearch() to lookup the script range in get_char_script(). wined3d: Validate instruction lengths in shader_sm4_read_instruction() (AFL). wined3d: Don't read modifiers for opcodes with "read_opcode_func" set (AFL). usp10: Use heap_alloc_zero() instead of HeapAlloc() with HEAP_ZERO_MEMORY. usp10: Use heap_alloc() instead of HeapAlloc(). usp10: Use heap_free() instead of HeapFree(). wined3d: Avoid device_invalidate_state() in wined3d_texture_set_lod(). wined3d: Create and destroy surface DCs through the CS....
2010 Feb 19
0
Wine release 1.1.39
...used for Grp15b (Coverity). winedbg: Segment registers are not affected by rex prefix (Coverity). Michael Stefaniuc (8): itss: Reorder some code to avoid leaking memory on an error path. hhctrl.ocx: Use the SendMessage instead of ListView_GetItem. hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch). ntdll: Avoid using HIWORD on types that are 64bit on Win64. oleaut32: Avoid using HIWORD on string pointers. kernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA. kernel32: Avoid using HIWORD on types that are 64bit on Win64. us...
2007 Dec 14
0
Wine release 0.9.51
...y with a separate memset() call. user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call. riched20: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. riched20: Remove the RTFAlloc() wrapper around heap_alloc(). hhctrl.ocx: Rename the wrappers around HeapAlloc() &Co to use the standard names. iccvid: Rename the wrappers around HeapAlloc() &Co to use the standard names. pdh: Rename the wrappers around HeapAlloc() &Co to use the standard names. localspl: Rename the wrap...
2009 Aug 07
0
Wine release 1.1.27
...ecfg: Hide basic and normal acceleration options by default. Marcus Meissner (4): wmc: Duplicate wine_cp_wcstombs check here too (Coverity). jscript: Initialize val_str to NULL (Coverity). ws2_32: Fixed buffer size to MultiByteToWideChar. winhttp: Check for NULL return from heap_alloc (Coverity). Michael Karcher (2): ntdll: Fix get_server_context_flags. ntdll: Fix ProcessExecuteFlag logic. Mike Kaplinskiy (5): ws2_32/tests: Test AcceptEx during pending AcceptEx call. ws2_32/tests: Test closing listener during pending AcceptEx. ws2_32/tests: Fix te...