The eternal dilemma of debugging memory issues: do you fix it properly (the responsible adult choice) or just throw another malloc()
at the problem and pray?
Meanwhile, your soul slowly leaves your body after spending 6 hours tracking down a segmentation fault with absolutely no helpful stack trace. That's the special kind of hell reserved for C/C++ developers who forgot to free their memory somewhere 2,000 lines ago.
Nothing builds character quite like staring at memory addresses until your eyes bleed!