|
|
|
|
|
by lazide
1300 days ago
|
|
Pretty much all input is untrusted unless it originated (exclusively!) from something with more permissions that is trustworthy. The kernel is written in C. So that pretty much means all parsers written in C and every other language should consider all input untrustworthy, no? |
|