This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13283] script -> C translator incorrect comparison (using ==) of kernel_string() operands


http://sourceware.org/bugzilla/show_bug.cgi?id=13283

--- Comment #5 from Josh Stone <jistone at redhat dot com> 2011-10-12 17:40:48 UTC ---
I don't think @entry is the issue.  The "$dev1->scsi3addr" is always the entry
value, and kernel_char() or kernel_string() is read from that address at return
time.  So you do need to be aware of how we handle this, but I think our code
generation is in fact doing the wrong thing anyway.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]