Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106102031
D21325.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
320 B
Referenced Files
None
Subscribers
None
D21325.diff
View Options
Index: head/sbin/ping/ping.c
===================================================================
--- head/sbin/ping/ping.c
+++ head/sbin/ping/ping.c
@@ -1661,7 +1661,7 @@
static char *
pr_ntime(n_time timestamp)
{
- static char buf[10];
+ static char buf[11];
int hour, min, sec;
sec = ntohl(timestamp) / 1000;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 10:38 AM (11 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603888
Default Alt Text
D21325.diff (320 B)
Attached To
Mode
D21325: ping: increase buffer size for the string representation of n_time
Attached
Detach File
Event Timeline
Log In to Comment