|
|
|
|
|
by captain_perl
2944 days ago
|
|
I'm skeptical that it was implemented that way because of kernel memory leaking concerns. More likely it was done to prevent Windows API calls from panicking when they accessed unset parameter structures. As a former Windows programmer, that was one of the largest sources of errors back in the Win32 days. |
|