Hi Jeff,

thanks for helping.
I have seen similar manual pages, and also the GNU one (for instance 
http://www.gnu.org/software/libc/manual/html_node/Finding-Tokens-in-a-String.html).
If you read yours carefully, it said that if there is no byte is s1 which is 
not in s2 than it returns NULL.
I've checked the behaviour of strtok (and also strtok_r and strsep) with a 
simple program and they behave in accordance to the manual.
I've checked both without a debugger and with, so I could see the values and 
addresses of all variables at every step, and all of these were in accordance 
to manual.
I've not yet managed to compile sniffit with debug support; I wanted to check 
that the string returned by hlp2 is indeed a null terminated string (which is 
as in the manual and I've seen in my sample program). If it is not that would 
explain the SIGSEGV. For the time being this is just a wild guess (as well as 
why it wouldn't).

-- 
Segmentation Fault
https://bugs.launchpad.net/bugs/107180
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to