D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 497 - frontend: 64-bit cleanup of sprintf buffer sizes
Summary: frontend: 64-bit cleanup of sprintf buffer sizes
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D1 (retired)
Hardware: x86 Linux
: P2 normal
Assignee: Walter Bright
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2006-11-12 15:23 UTC by Thomas Kühne
Modified: 2020-07-20 06:04 UTC (History)
0 users

See Also:


Attachments
dmd-0.173-sprintf-buffer.patch (2.63 KB, patch)
2006-11-12 15:23 UTC, Thomas Kühne
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Thomas Kühne 2006-11-12 15:23:30 UTC
As a side effect the following 32bit issues are fixed too:

func.c:2108 buffer is too small
statement.c:1368 fdname is too small
Comment 1 Thomas Kühne 2006-11-12 15:23:54 UTC
Created attachment 43 [details]
dmd-0.173-sprintf-buffer.patch
Comment 2 Walter Bright 2006-11-17 05:26:55 UTC
Incorporated DMD 0.174
Comment 3 Dlang Bot 2020-07-20 06:04:57 UTC
dlang-community/dfmt pull request #498 "Fix issue 497: insert space before function/delegate in function type that returns template instantiated with parenless value argument" was merged into master:

- 4dd05031ec006e2cbf7a835b2c3de5cc78c6557e by Mathis Beer:
  Fix issue 497: insert space before function/delegate in function type that returns template instantiated with parenless value argument

https://github.com/dlang-community/dfmt/pull/498