Commit a9d9fdb
deps: uvwasi: cherry-pick 64e59d5
Original commit message:
This commit ensures that multiple calls to uvwasi_destroy()
are possible. Prior to this commit, subsequent calls to
destroy() would abort because the file table's rwlock was
incorrectly being destroyed multiple times.
PR-URL: #31076
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent cc3e427 commit a9d9fdbCopy full SHA for a9d9fdb
File tree
Expand file treeCollapse file tree
1 file changed
+14
-5
lines changedOpen diff view settings
Filter options
- deps/uvwasi/src
Expand file treeCollapse file tree
1 file changed
+14
-5
lines changedOpen diff view settings
Collapse file
+14-5Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
357 | 357 | |
358 | 358 | |
359 | 359 | |
360 | | - |
361 | | - |
362 | | - |
363 | | - |
364 | | - |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
365 | 374 | |
366 | 375 | |
367 | 376 | |
|
0 commit comments