Hacker News new | ask | show | jobs
by avadodin 158 days ago
I once "fixed" a port of a program to Linux.

It was generating the wrong output — that is: not the same as on Windows.

My fix initialized a thitherto uninitialized array with the VisualC++(ca. 5.0) debug build default value.