"[email protected]" <[email protected]> writes:
>>----Original Message---- >>From: [email protected] >>Date: 22/12/2017 11:50 >>To: <[email protected]> >>Cc: "Junio C Hamano"<[email protected]>, "Phillip Wood"<phillip. > [email protected]>, "Kaartic Sivaraam"<[email protected]> >>Subj: [PATCH] sequencer: assign only free()able strings to gpg_sign >> >>The gpg_sign member of the replay_opts structure is of type `char *`, >>meaning that the sequencer deems the string to which gpg_sign points > to >>be under its custody, i.e. it needs to be free()d by the sequencer. >> >>Therefore, let's only assign malloc()ed buffers to it. >> >>Reported-by: Kaartic Sivaraam <[email protected]> >>Signed-off-by: Johannes Schindelin <[email protected]> >>--- >> >> Phillip, if you want to squash these changes into your patches, >> I'd totally fine with that. >> > > Hi Johannes, thanks for putting this together, the patch it fixes is > already in next so I think it'd be best to leave this one separate. I > wonder if it would be worth adding another test, see below. Thanks, both. Let's queue this on top as a fix-up.

