Message ID | 20210812181319.3885781-1-ajmitchell@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | nfs-utils: A series of memory fixes | expand |
On 8/12/21 2:13 PM, Alice Mitchell wrote: > v2 > Taking into consideration the comments and suggstions made > corrected patch files. > > v1 > This series of patches fix a number of potential memory leaks > and memory errors within nfs-utils that mostly happen under > various error conditions. > > Signed-off-by: Alice Mitchell <ajmitchell@redhat.com> Committed (Tag: nfs-utils-2-5-5-rc2) steved. > > Alice Mitchell (4): > nfs-utils: Fix potential memory leaks in idmap > nfs-utils: Fix mem leaks in gssd > nfs-utils: Fix mem leaks in krb5_util > nfs-utils: Fix mem leak in mountd > > support/nfsidmap/nss.c | 6 ++---- > support/nfsidmap/regex.c | 1 + > utils/gssd/gssd.c | 10 +++++----- > utils/gssd/krb5_util.c | 14 ++++++++++++-- > utils/mountd/rmtab.c | 3 +++ > 5 files changed, 23 insertions(+), 11 deletions(-) >
v2 Taking into consideration the comments and suggstions made corrected patch files. v1 This series of patches fix a number of potential memory leaks and memory errors within nfs-utils that mostly happen under various error conditions. Signed-off-by: Alice Mitchell <ajmitchell@redhat.com> Alice Mitchell (4): nfs-utils: Fix potential memory leaks in idmap nfs-utils: Fix mem leaks in gssd nfs-utils: Fix mem leaks in krb5_util nfs-utils: Fix mem leak in mountd support/nfsidmap/nss.c | 6 ++---- support/nfsidmap/regex.c | 1 + utils/gssd/gssd.c | 10 +++++----- utils/gssd/krb5_util.c | 14 ++++++++++++-- utils/mountd/rmtab.c | 3 +++ 5 files changed, 23 insertions(+), 11 deletions(-)