)]}' { "commit": "0cfb7a9ca089c76f67465177a2c5e0bab04f95d0", "tree": "552c681eb3725d081dbb538403032125520c9b17", "parents": [ "57e994ed3beef5cba1411c145997610608547783" ], "author": { "name": "Sam Lantinga", "email": "slouken@libsdl.org", "time": "Sat Oct 01 11:48:15 2016 -0700" }, "committer": { "name": "Sam Lantinga", "email": "slouken@libsdl.org", "time": "Sat Oct 01 11:48:15 2016 -0700" }, "message": "Fixed bug 3338 - console_wmain doesn\u0027t null terminate the argv array\n\nSimon Hug\n\nThe function console_wmain in src/main/windows/SDL_windows_main.c does not null terminate the argument list it is creating. As specified by the C standard, \"argv[argc] shall be a null pointer.\"\n\nThe SDLTest framework makes use of that null pointer and some test programs can cause an access violation because it\u0027s missing.\n", "tree_diff": [ { "type": "modify", "old_id": "e6378081f97a2f9b45974643ff2bc3894153bfa3", "old_mode": 33188, "old_path": "src/main/windows/SDL_windows_main.c", "new_id": "67ef98e6c372716e4597222490bad5be8083deab", "new_mode": 33188, "new_path": "src/main/windows/SDL_windows_main.c" } ] }