ref: da2767a3f9bf4abb0436157972366202ad53a407
parent: e336513be755159158c5ba017c91b018ad4cd36c
author: Ben Harris <bjh21@bjh21.me.uk>
date: Mon Feb 13 16:00:11 EST 2023
Mosaic: don't duplicate the description being validated Mosaic's validate_desc() doesn't write to the description string, so it has no need to make a copy of it. And if it doesn't copy it, it can't leak the copy.