Search code examples
error: Dereference of undefined pointer value...


arrayscpointersmallocrealloc

Read More
Data being corrupted when using realloc()...


cmallocdynamic-arraysrealloc

Read More
Error on realloc when try to allocate more memory...


clinuxmallocrealloc

Read More
Is there a way to discard a number stored using malloc/realloc when printing the result?...


cmallocrealloc

Read More
How to properly reallocate a two-dimensional array in C?...


carraysrealloc

Read More
C realloc: invalid next size, aSan says heap-use-after-free...


creallocaddress-sanitizer

Read More
C re-alloc/malloc alternative...


cmallocrealloc

Read More
I don't think I fully understand realloc, can someone explain to me why a realloc in my code som...


cmemory-managementrealloc

Read More
Errors when making a dynamic C array of structs...


cpointersmallocdynamic-memory-allocationrealloc

Read More
Can not reallocate memory in a very peculiar circumstance...


cunixmemorymemory-managementrealloc

Read More
realloc( ): Invalid next size...


cmemorymemory-managementmallocrealloc

Read More
Using realloc() to remove data from the beginning of an allocated segment?...


cmallocdynamic-memory-allocationrealloc

Read More
Failed to dynamically allocate memory based on user's string; realloc(): invalid next size...


cstructdynamic-memory-allocationrealloccallstack

Read More
realloc() use-after-free address sanitizer issue with recursion...


crecursiondynamic-memory-allocationreallocaddress-sanitizer

Read More
How to shrink string by using Realloc...


cstringrealloc

Read More
Why does free() cause an error in my code when it's there, but everything runs well when it is n...


cmemory-managementmallocdynamic-memory-allocationrealloc

Read More
Is it safe to call realloc() on the pointer you pass into function itself?...


cmemory-managementmallocdynamic-memory-allocationrealloc

Read More
What am I doing wrong with malloc and realloc of array of struct?...


arrayscmallocrealloc

Read More
How to fix realloc expected declaration specifiers or ‘...’ before ‘sizeof’ error?...


cmemory-managementrealloc

Read More
Using delete[] on an array passed as an argument...


c++realloc

Read More
My realloc function is doing realloc only once when working with a dynamic array of structs...


arrayscfiledynamicrealloc

Read More
Malloc/realloc only works with useless printf...


arrayscpointersmallocrealloc

Read More
Segfault accessing struct member after using realloc 4 times in c...


crealloctrie

Read More
Using realloc to shrink the allocated memory...


cmemory-managementrealloc

Read More
Dynamically length/sized char array in c...


arrayscdynamicmallocrealloc

Read More
Gradually reallocating of memory leads to segmentation fault...


csegmentation-faultrealloc

Read More
realloc : corrupted data returned...


crealloccorrupt-data

Read More
Is it safe to assume that realloc()ing to a smaller size will always succeed?...


crealloc

Read More
Under what conditions may this function cause memory leakage?...


cmemory-leaksrealloc

Read More
Error when reallocating dynamic unsigned char array with invalid next size error...


carraysmallocrealloc

Read More
BackNext