]> git.proxmox.com Git - wasi-libc.git/commit
Fix `find_relpath` to handle large buffers correctly.
authorDan Gohman <dev@sunfishcode.online>
Tue, 10 May 2022 01:16:05 +0000 (18:16 -0700)
committerDan Gohman <dev@sunfishcode.online>
Tue, 10 May 2022 01:54:07 +0000 (18:54 -0700)
commit9886d3d6200fcc3726329966860fc058707406cd
treeb66faafc70d12710487a31896e4268b7c5bc16c5
parentb1196b49f30d2ab052a600ba864deae14427a58a
Fix `find_relpath` to handle large buffers correctly.

As a follow-up to #247, fix `find_relpath` to handle large buffers
correctly.

Co-Authored-by: Yuta Saito <kateinoigakukun@gmail.com>
libc-bottom-half/sources/posix.c