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