[Issue 23215] New: calling std.file.remove with null string segfaults in strlen
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 26 16:49:11 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23215
Issue ID: 23215
Summary: calling std.file.remove with null string segfaults in
strlen
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: major
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: d.bugs at webfreak.org
To reproduce:
```d
string s;
remove(s);
```
--
More information about the Digitalmars-d-bugs
mailing list