|
|
|
|
|
by nicoburns
1305 days ago
|
|
Right, but you do have the option of writing that parser in a language other than C. And given how often severe security issues are caused by such parsers written in C, one probably ought to choose a different language, or at least use C functions and string types that store a length rather than relying on null termination. |
|
No matter what the parser itself is written in, if you're writing in C you'll be using the parser in C.