commit | fab6939b01da06e1b5f423a8c7f72160b0a1e35d | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Nov 16 00:03:50 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Nov 16 02:09:46 2021 -0500 |
tree | 7e47092831bee6c4413a3a382ce4cae6b19b36ba | |
parent | 8cfc9a1895d9f720e2cc38fd57b94ca5efba07b1 [diff] |
sim: syscall: fix argvlen & argv implementation Now that we have access to the argv & envp strings, finish implementing these syscalls. Delete unused variables, fix tbuf by incrementing the pointer instead of setting to the length, and make sure we don't write more data than the bufsize says is available.