summaryrefslogtreecommitdiff
path: root/Array.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-06XdmcpDisposeARRAYofARRAY8: Reduce scope of iAlan Coopersmith1-3/+1
2022-08-06Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-1/+1
2013-08-15Also reject requests to allocate negative sized amounts of memoryAlan Coopersmith1-8/+8
2013-08-15Ensure ARRAYofARRAY8 pointers are initialized to NULLAlan Coopersmith1-1/+18
2013-08-15Ensure ARRAY* structs are zero'ed out when oversize values are passedAlan Coopersmith1-28/+16
2013-04-19Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating itAlan Coopersmith1-5/+1
2013-04-15Ensure ARRAY* structs are zero'ed out when allocation failsAlan Coopersmith1-7/+21
2010-05-07Get rid of Xalloc/Xrealloc/Xfree from X server or XlibMikhail Gusarov1-13/+32
2010-05-07Reshuffle functions to decrease amount of boilerplateMikhail Gusarov1-0/+228