Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145307260
D34890.1777618723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
626 B
Referenced Files
None
Subscribers
None
D34890.1777618723.diff
View Options
Index: cddl/contrib/opensolaris/common/ctf/ctf_types.c
===================================================================
--- cddl/contrib/opensolaris/common/ctf/ctf_types.c
+++ cddl/contrib/opensolaris/common/ctf/ctf_types.c
@@ -818,8 +818,9 @@
ctf_get_ctm_info(fp, mp, size, &increment, &type, &offset,
&name1);
- if (name1 == NULL &&
- _ctf_member_info(fp, type, name1, offset + off, mip) == 0)
+ /* Search an anonmyous SOU field. */
+ if (name1[0] == '\0' &&
+ _ctf_member_info(fp, type, name, offset + off, mip) == 0)
return (0);
if (strcmp(name1, name) == 0) {
mip->ctm_type = type;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 6:58 AM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28521525
Default Alt Text
D34890.1777618723.diff (626 B)
Attached To
Mode
D34890: libctf: Fix recursive descent into anonymous SOU fields
Attached
Detach File
Event Timeline
Log In to Comment