Page MenuHomeFreeBSD

rtsold: fix memory leak in script execution
ClosedPublic

Authored by vangyzen on Feb 23 2022, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 3:34 PM
Unknown Object (File)
Sun, Mar 8, 8:53 AM
Unknown Object (File)
Feb 14 2026, 11:24 AM
Unknown Object (File)
Feb 8 2026, 2:26 AM
Unknown Object (File)
Feb 7 2026, 9:07 PM
Unknown Object (File)
Jan 31 2026, 10:15 AM
Unknown Object (File)
Jan 23 2026, 10:57 AM
Unknown Object (File)
Dec 29 2025, 12:06 AM
Subscribers

Details

Summary

Since commit 04e9edb54428, rtsold has leaked the memory for the
argument vector of every script it runs.

Fixes: 04e9edb5442826a14616157962361ff81e4a38fe
MFC after: 1 week
Sponsored by: Dell EMC Isilon

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
usr.sbin/rtsold/cap_script.c
201

I'd add a new error variable, but I'm ok with it either way.

This revision is now accepted and ready to land.Feb 23 2022, 5:00 PM
This revision was automatically updated to reflect the committed changes.