Page MenuHomeFreeBSD

D52528.1782775157.diff
No OneTemporary

Size
460 B
Referenced Files
None
Subscribers
None

D52528.1782775157.diff

diff --git a/lib/libthr/thread/thr_printf.c b/lib/libthr/thread/thr_printf.c
--- a/lib/libthr/thread/thr_printf.c
+++ b/lib/libthr/thread/thr_printf.c
@@ -61,7 +61,7 @@
void
_thread_vprintf(int fd, const char *fmt, va_list ap)
{
- static const char digits[16] = "0123456789abcdef";
+ static const char digits[16] __nonstring = "0123456789abcdef";
char buf[20];
char *s;
unsigned long r, u;
@@ -147,4 +147,3 @@
__sys_write(fd, s, strlen(s));
}
-

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 29, 11:19 PM (6 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28991254
Default Alt Text
D52528.1782775157.diff (460 B)

Event Timeline