Page MenuHomeFreeBSD

D52528.diff
No OneTemporary

D52528.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
Sun, Feb 8, 8:06 PM (34 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27021411
Default Alt Text
D52528.diff (460 B)

Event Timeline