[Issue 3363] std.stream.readf segfaults with immutable format strings

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3363 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3363] std.stream.readf segfaults with immutable format strings

2014-07-11 Thread via Digitalmars-d-bugs
: std.stream.readf segfaults with immutabel format strings https://github.com/D-Programming-Language/phobos/commit/911ea3144397665a3ddf282e2e38bca104f3f50e Merge pull request #2224 from Hackerpilot/issue-3363 Fix issue 3363: std.stream.readf segfaults with immutable format strings --

[Issue 3363] std.stream.readf segfaults with immutable format strings

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3363 briancsch...@gmail.com changed: What|Removed |Added Keywords||pull CC|

Re: [Issue 3363] std.stream.readf segfaults with immutable format strings

2012-05-18 Thread PlatisYialos
Indeed this issue is still open. I've resorted to doing the following, in order to make obvious (to a future reader of the code) the bug: int charsRead = fin.readf(cast(char []) %c\n, myChar); Maybe a unittest should be included in the appropriate place within stream.d?

[Issue 3363] std.stream.readf segfaults with immutable format strings

2010-12-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3363 Witold Baryluk bary...@smp.if.uj.edu.pl changed: What|Removed |Added Keywords||patch,