Blame SOURCES/autofs-5.0.7-add-changlog-entry-for-coverity-fixes.patch

ab3a3d
autofs-5.0.7 - add changlog entry for coverity fixes
ab3a3d
ab3a3d
From: Ian Kent <raven@themaw.net>
ab3a3d
ab3a3d
A bunch of changes have been made based on a Covarity report.
ab3a3d
Mostly I pust the changes into seperate patches so they can be kept simple.
ab3a3d
ab3a3d
Changes:
ab3a3d
- fix fcntl return check.
ab3a3d
- fix spawn_umount() return check in mount_bind.c:lookup_init().
ab3a3d
- fix check mkdir_path() in mount_bind.c:mount_mount().
ab3a3d
- fix incorrect var name in test.
ab3a3d
- remove debug only code in alarm.c.
ab3a3d
- fix inconsistent use of cache lock in handle_packet_missing_direct().
ab3a3d
- fix several off by one errors.
ab3a3d
- fix memory leak in get_dc_list().
ab3a3d
- fix host_addr null reference in add_new_host().
ab3a3d
- add null check in read_one().
ab3a3d
- add pgrp check in do_spawn().
ab3a3d
- fix inconsistent signed usage for __rpc_ping().
ab3a3d
- add null check in extract_version().
ab3a3d
- recheck valid map entry lookup return in do_readmap_mount().
ab3a3d
- add null check in parse_server_string().
ab3a3d
- add map entry null check in do_expire_direct().
ab3a3d
- add mapent null check in lookup_nisplus.c:lookup_mount().
ab3a3d
- fix potential null dereference in lookup_mount().
ab3a3d
- fix leaked ldap percent hack allocation in lookup_one().
ab3a3d
- fix incorrect value reference in parse_line().
ab3a3d
- add debug alert for waitpid in check_nfs_mount_version().
ab3a3d
- add initialization of bind_result in-do_sasl_bind().
ab3a3d
- fix incorrect check in flag_is_owned().
ab3a3d
- fix possible use after free in lookup_dir.c:lookup_init().
ab3a3d
---
ab3a3d
 CHANGELOG |    1 +
ab3a3d
 1 file changed, 1 insertion(+)
ab3a3d
ab3a3d
diff --git a/CHANGELOG b/CHANGELOG
ab3a3d
index 48e9806..25179b1 100644
ab3a3d
--- a/CHANGELOG
ab3a3d
+++ b/CHANGELOG
ab3a3d
@@ -49,6 +49,7 @@
ab3a3d
 - fix master map bogus keywork match.
ab3a3d
 - fix fix map entry duplicate offset detection.
ab3a3d
 - probe each nfs version in turn for singleton mounts.
ab3a3d
+- add changlog entry for coverity fixes.
ab3a3d
 
ab3a3d
 25/07/2012 autofs-5.0.7
ab3a3d
 =======================