Local root vulnerability in snap-confine
Local root vulnerability in snap-confine
Posted Feb 19, 2022 8:55 UTC (Sat) by roc (subscriber, #30627)In reply to: Local root vulnerability in snap-confine by intgr
Parent article: Local root vulnerability in snap-confine
> Please use (create) a proper C library of high-level string manipulation functions, no shortcuts!
The problem is that C doesn't provide enough language features to make a library string type as convenient and performant to use as char*. (Language features such as destructors.) Therefore C programmers will be disinclined to use it. It's not an accident that after all these years no such library is in broad use.
