]> git.proxmox.com Git - wasi-libc.git/commit
Fix corner cases and style in the argv/argc code. (#118)
authorDan Gohman <sunfish@mozilla.com>
Tue, 22 Oct 2019 18:25:19 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 18:25:19 +0000 (11:25 -0700)
commit1f11b91e7f57d205d19c477053168a710f132231
tree07b8c372c3c4e4b4b802c598b9aa8634c6cbf2b7
parent289fdce22b7adde96f2ffaa32cb6e90805baedb7
Fix corner cases and style in the argv/argc code. (#118)

This fixes some potential memory leaks in pathological situations, and
updates the code to use `//`-style comments.
libc-bottom-half/crt/crt1.c