Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147288611
D52528.1782775157.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D52528.1782775157.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D52528: libthr: fix -Wunterminated-string-initialization
Attached
Detach File
Event Timeline
Log In to Comment