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

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