Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136548382
D27474.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
853 B
Referenced Files
None
Subscribers
None
D27474.id.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -2270,7 +2270,7 @@
# 1300115: Higher WARNS fixes
.if ${BOOTSTRAPPING} < 1202502 || \
- (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300115)
+ (${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300131)
_crunchgen= usr.sbin/crunch/crunchgen
.else
_bootstrap_tools_links+=crunchgen
Index: head/usr.sbin/crunch/crunchgen/crunched_main.c
===================================================================
--- head/usr.sbin/crunch/crunchgen/crunched_main.c
+++ head/usr.sbin/crunch/crunchgen/crunched_main.c
@@ -97,9 +97,9 @@
for (ep = entry_points; ep->name != NULL; ep++)
if (!strcmp(basename, ep->name))
- break;
+ return (ep);
- return (ep);
+ return (NULL);
}
static const char *
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 6:53 AM (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25607036
Default Alt Text
D27474.id.diff (853 B)
Attached To
Mode
D27474: crunchgen: fix NULL-deref bug introduced in r364647
Attached
Detach File
Event Timeline
Log In to Comment