Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166637806
D6552.id17391.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
D6552.id17391.diff
View Options
Index: stable/10/bin/sh/parser.c
===================================================================
--- stable/10/bin/sh/parser.c
+++ stable/10/bin/sh/parser.c
@@ -2039,7 +2039,7 @@
*/
default:
ps[i] = '\\';
- if (i < PROMPTLEN - 1)
+ if (i < PROMPTLEN - 2)
ps[++i] = *fmt;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 16, 2:39 AM (12 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36810792
Default Alt Text
D6552.id17391.diff (320 B)
Attached To
Mode
D6552: Another try at fixing Coverity 1008328 in /bin/sh
Attached
Detach File
Event Timeline
Log In to Comment