Browse Source
Ran the copy-to-temp characterization on the suite's own tclsh90szip.exe 9.0.5: loading a dll out of a zipfs mount extracts it to %TEMP%\TCL<8hex>\<dll>, a new dir per load, none removed on exit. 'info loaded' reports the //zipfs:/ path so the temp copy is invisible to script. Unbounded accumulation confirmed in the wild: 15,609 such dirs in this machine's %TEMP% spanning ~5 months of kit runs. Windows = the known TIP-741 flaw, no in-runtime cleanup in 9.0.5. Linux/WSL and qemu guests still to characterize (unix can unlink-while-mapped, so expect no accumulation - verify). Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
1 changed files with 17 additions and 0 deletions
Loading…
Reference in new issue