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 tapsets/10627] adding string comparison to tapset


------- Additional Comments From fche at redhat dot com  2009-10-22 00:14 -------
Thanks Wenji & Roland, but strncmp() seems like the wrong thing here.
Remember, we're not trying to recreate libc <string.h>, since we're
starting from awk and such.  IMO WONTFIX.

In any case they'd have to be MAXSTRINGLEN-clamped.  Also:
function strncmp(a,b,n) {return substr(a,0,n) != substr(b,0,n)}


-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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