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