On Tue, Sep 14, 2021 at 01:34:54PM +0300, Dmitry Kozlyuk wrote:
> + do {
> + m = getmntent(f);Should you be using getmntent_r() etc? Nice cleanup! regards john
On Tue, Sep 14, 2021 at 01:34:54PM +0300, Dmitry Kozlyuk wrote:
> + do {
> + m = getmntent(f);Should you be using getmntent_r() etc? Nice cleanup! regards john