Search code examples
Realloc produces undefined behavior in C when used with a 2d array...


arrayscmultidimensional-arrayrealloc

Read More
Invalid write,read when allocating memory in c...


cpointerssplitc-stringsrealloc

Read More
Why I can't declare void * p in the end of longestCommonPrefix function?...


cvoidreallocgoto

Read More
How to give a size using realloc?...


crealloc

Read More
Is realloc() safe in embedded system?...


cmemory-managementembeddedrealloc

Read More
Why do I get a "realloc(): invalid old size" error when executing?...


cmallocdynamic-memory-allocationrealloc

Read More
resizing an existing array using `realloc`...


cmallocrealloccalloc

Read More
Negation of a void pointer Realloc...


cif-statementreallocnegation

Read More
If realloc returns NULL do I have to free old memory?...


cdynamic-memory-allocationfreerealloc

Read More
Points returned by memory allocation functions...


cpointerspass-by-referencereallocpass-by-value

Read More
why am I getting Segmentation error while reallocing?...


csegmentation-faultdynamic-memory-allocationrealloc

Read More
realloc() possible leak: when realloc() fails in allocating memory, original pointer is lost...


cpointersmallocrealloc

Read More
Realloc a Pointer, where to say 'it's a pointer'?...


arrayscpointersmallocrealloc

Read More
How to allocate array dynamically...


cmallocdynamic-memory-allocationrealloc

Read More
multi threaded program - core dumped...


cmultithreadingsegmentation-faultprimesrealloc

Read More
why does malloc not taking in the full text?...


cmallocfgetsrealloc

Read More
Freeing a struct of int*...


cmallocfreerealloc

Read More
Deleting node in list...


arrayscfor-loopsingly-linked-listrealloc

Read More
How to properly reallocate an array of strings?...


arrayscdynamic-memory-allocationc-stringsrealloc

Read More
void insertion with realloc()...


arrayscpass-by-referenceoperator-precedencerealloc

Read More
Realloc fails without any particular reason...


arrayscpointersmallocrealloc

Read More
print garbage value in c...


cmallocrealloc

Read More
i try to allocated with realloc function and get error...


cstructwhile-loopdynamic-memory-allocationrealloc

Read More
Realloc + memcpy 2D float array results in segmentation fault...


cstructundefined-behaviorrealloc

Read More
How to dynamically allocate memory for words stored in an array?...


arrayscmallocrealloc

Read More
How to free memory properly?...


cmemorymallocfreerealloc

Read More
Why it returns me segmention fault (core dumbed)?...


cubuntusegmentation-faultmallocrealloc

Read More
How to properly realloc a calloc?...


cdynamic-memory-allocationrealloccalloc

Read More
realloc() is not resizing the array of pointers...


cmallocrealloc

Read More
Dynamically allocate `char*` with concatention and format literals?...


cprintfreallocstring.hasprintf

Read More
BackNext