mbox series

[0/2] Double-Free and Memory Leak Found In libtirpc

Message ID 20230801093310.594942-1-yoyang@redhat.com (mailing list archive)
Headers show
Series Double-Free and Memory Leak Found In libtirpc | expand

Message

Yongcheng Yang Aug. 1, 2023, 9:33 a.m. UTC
Hey,

These 2 patches are from "Wartens, Herb" <wartens2@llnl.gov> and I
have just tried to make it appliable to the libtirpc upstream version.
Please help double check and apply them if there's no problem.

Herb Wartens (2):
  rpcb_clnt.c: fix a possible double free
  rpcb_clnt.c: fix memory leak in destroy_addr

 src/rpcb_clnt.c | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)