[Issue 14156] buffer overflow in LibELF

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 11 23:43:22 PST 2015


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

--- Comment #7 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
There's also a declaration like this:
---
template <size_t size>
int sprintf(
   char (&buffer)[size],
   const char *format [,
   argument] ... 
); // C++ only
---

--


More information about the Digitalmars-d-bugs mailing list