What feature(s) of strtok
is unsafe (in terms of buffer overflow) that I need to watch out for?
What's a little weird to me is that strtok_s
(which is "safe") in Visual C++ has an extra "context" parameter, but it looks like it's the same in other ways... is it the same, or is it actually different?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…