Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@Linux I decided to punish myself by reading the rust code and what the hell did I just read?
All those lines to do the equivalent of the below in C;
#define VERSION "535.113.01"
int load_malware()
{
return proprietary_malware_load("nvidia/chipset/gsp/fw-"VERSION".bin");
}
You can clearly see that the above is correct and contains no errors, but good luck working out if that many lines of rust is correct.
Rewrite everything in rust for TEN TIMES THE LINES and therefore TEN TIMES THE BUGS and therefore TEN TIMES THE VULNERABILITIES.
You can make something so simple that there are obviously no deficiencies (with bugs eliminated over years until there are none left), and you can make something so complicated that there are no obvious deficiencies (with bugs eliminated over decades and there still being bugs) and rust does the latter.