Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161374727
D19658.id55283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
313 B
Referenced Files
None
Subscribers
None
D19658.id55283.diff
View Options
Index: stand/common/load_elf.c
===================================================================
--- stand/common/load_elf.c
+++ stand/common/load_elf.c
@@ -868,7 +868,7 @@
sp++;
else
sp = name;
- ep = strrchr(name, '.');
+ ep = strrchr(sp, '.');
if (ep) {
if (ep == name) {
sp = invalid_name;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 6:10 AM (14 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34655743
Default Alt Text
D19658.id55283.diff (313 B)
Attached To
Mode
D19658: [loader] fix file name cut causing hang when a "." is found in paths like "boot/kernel.elfv2/kernel"
Attached
Detach File
Event Timeline
Log In to Comment