|
|
|
|
|
by lelanthran
1068 days ago
|
|
It's not a guaranteed vulnerability, it's a potential vulnerability. Guaranteed doesn't mean "this will probably happen", it means "this will definitely happen". The "no length approach" can probably result in a vulnerability. It won't definitely result in a vulnerability. I mean, come one, if it was a guaranteed vulnerability, almost nothing on the internet would work because they all have, somewhere down the line, a dependency on a nul-terminated string. I mean, do you think that nginx (https://github.com/nginx/nginx/blob/master/src/core/ngx_stri...) is getting exploited millions of times per hour because they have a few uses for nul-terminated strings? |
|