https://issues.dlang.org/show_bug.cgi?id=18529
--- Comment #8 from anonymous4 <[email protected]> --- Should go through trusted wrapper. printf is a @system function and can't be called from safe code, arguments don't even matter. --
d-bugmail--- via Digitalmars-d-bugs Tue, 27 Feb 2018 03:31:45 -0800
https://issues.dlang.org/show_bug.cgi?id=18529
--- Comment #8 from anonymous4 <[email protected]> --- Should go through trusted wrapper. printf is a @system function and can't be called from safe code, arguments don't even matter. --