summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-11 21:36:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-11 21:36:19 +0000
commit4b5335229ede7894f050ef7cea8261a9f4082597 (patch)
tree36249bc784bc30787e50478af6b7116b8d53eabb /cpukit
parent2002-11-06 Chris Johns <ccj@acm.org> (diff)
downloadrtems-4b5335229ede7894f050ef7cea8261a9f4082597.tar.bz2
2002-11-07 <strauman@slac.stanford.edu>
* src/mount.c: Per PR297, correct fs_mountme failure paths.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog4
-rw-r--r--cpukit/libcsupport/src/mount.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 6a3ce015a0..c2114588bb 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-07 <strauman@slac.stanford.edu>
+
+ * src/mount.c: Per PR297, correct fs_mountme failure paths.
+
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index 16aca0daed..a137de2ae8 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -76,7 +76,7 @@ int mount(
)
{
rtems_filesystem_location_info_t loc;
- rtems_filesystem_mount_table_entry_t *temp_mt_entry;
+ rtems_filesystem_mount_table_entry_t *temp_mt_entry = NULL;
rtems_filesystem_location_info_t *loc_to_free = NULL;
size_t size;