[Issue 14891] New: profilegc_setlogfilename w/o null-terminated string might fail during fopen

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 9 11:33:24 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14891

          Issue ID: 14891
           Summary: profilegc_setlogfilename w/o null-terminated string
                    might fail during fopen
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

Same problem exists for trace_setlogfilename(string name) and
trace_setdeffilename(string name).

Also the latter ones can't handle empty strings to use stdout as output.

--


More information about the Digitalmars-d-bugs mailing list