[Issue 8471] std.stdio.readf should be @trusted

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 30 08:11:43 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8471


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |
            Summary|std.stdio.readf             |std.stdio.readf should be
                   |                            |@trusted


--- Comment #3 from Andrei Alexandrescu <andrei at metalanguage.com> 2012-07-30 08:11:42 PDT ---
Actually it's not that bad - readf is not bug prone because it statically
ensures that all of its parameters are pointers. Using pointers is also safe
because readf doesn't escape them. Actually I'm reopening this with a different
title.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list