search for: bufalloc

Displaying 2 results from an estimated 2 matches for "bufalloc".

Did you mean: buf_alloc
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
...TML file generation: use the installed copy of xorg.css Changes since libX11-1.3.6, the previous stable release: Aaron Plattner (1): XOpenDisplay: save the correct display_name value Adam Jackson (2): Use -version-number consistently instead of -version-info Zero buffer data in BufAlloc() Alan Coopersmith (36): LINEAR_RGB_InitSCCData: When malloc fails, don't try to free unallocated bits specs/libX11: Convert troff .IN macros to docbook <indexterm> tags specs/libX11: Clean up author list & acknowledgements a little specs/libX11: Glossary term...
2019 Sep 15
2
[PATCH nbdkit v2] common/bitmap: Don't fail on realloc (ptr, 0)
v1 was here: https://www.redhat.com/archives/libguestfs/2019-September/msg00100.html In v2 I've changed the patch so it avoids calling realloc at all in this case. The patch is a bit longer this way. But I don't see any other alternative if we are to avoid having a "realloc wrapper" of some kind that we use everywhere, which I guess we should avoid because it makes plugins