I think youβre missing the point where I said I donβt write Rust. Iβm merely making an observation - as a user whoβs more than usual, probably, aware of which language any given tool is written in, of what I observe.
I know Iβve seen a Rust program segfault, and Iβm certain that I saw this only once. Iβm equally confident that almost every other segfault has been from C/C++ code, but not other languages.
What Iβm hearing you say is that crashes arenβt a risk, per se, as long as they arenβt memory related and so the crashes I see from Rust programs donβt count because they arenβt segmentation faults. Did I read that right? And I also hear you claiming that, e.g., NPEs are security issues, even if the runtime catches them and safely exits the program in a controlled manner (βcrashing outβ safely) - is that right?