A major vulnerability in Sudo
A major vulnerability in Sudo
Posted Feb 4, 2021 17:58 UTC (Thu) by mathstuf (subscriber, #69389)In reply to: A major vulnerability in Sudo by Cyberax
Parent article: A major vulnerability in Sudo
A lot of that comes at the expense of overhead in cross-library calls/member lookups. Either you force a function call, have a lookup table of member offsets, or have some weird inline code copying semantics. I believe Rust likely does not want to add such things to the language (at least at this time; it is likely at least in the direction of any likely solution that may appear eventually).