<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-24)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1587/filesystem
        Coverity Id 35
        * libfs/src/rfs/rtems-rfs-shell.c: Address possible NULL dereference.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2455&r2=text&tr2=1.2456&diff_format=h">M</a></td><td width='1%'>1.2456</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.47&r2=text&tr2=1.2346.2.48&diff_format=h">M</a></td><td width='1%'>1.2346.2.48</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-shell.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c.diff?r1=text&tr1=1.7.2.2&r2=text&tr2=1.7.2.3&diff_format=h">M</a></td><td width='1%'>1.7.2.3</td><td width='100%'>cpukit/libfs/src/rfs/rtems-rfs-shell.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2455 rtems/cpukit/ChangeLog:1.2456
--- rtems/cpukit/ChangeLog:1.2455       Wed Jun 23 18:28:45 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 24 08:28:38 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-24    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1587/filesystem
+       Coverity Id 35
+       * libfs/src/rfs/rtems-rfs-shell.c: Address possible NULL dereference.
+
</font> 2010-06-23        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * libmisc/stackchk/check.c: More clean up and coverage improvements..

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.47 rtems/cpukit/ChangeLog:1.2346.2.48
--- rtems/cpukit/ChangeLog:1.2346.2.47  Wed Jun 23 00:06:33 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 24 08:28:53 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-24    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1587/filesystem
+       Coverity Id 35
+       * libfs/src/rfs/rtems-rfs-shell.c: Address possible NULL dereference.
+
</font> 2010-06-23      Chris Johns <chrisj@rtems.org>
 
        PR 1577/filesystem

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.9 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.10
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.9    Wed Jun 16 22:13:32 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c        Thu Jun 24 08:28:39 2010
</font><font color='#997700'>@@ -738,6 +738,11 @@
</font>     }
   }
 
<font color='#000088'>+  if (!driver) {
+    printf ("error: no driver name provided\n");
+    return 1;
+  }
+
</font>   if (rtems_rfs_format (driver, &config) < 0)
   {
     printf ("error: format of %s failed: %s\n",

<font color='#006600'>diff -u rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7.2.2 rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7.2.3
--- rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c:1.7.2.2        Wed Jun 16 22:14:12 2010
+++ rtems/cpukit/libfs/src/rfs/rtems-rfs-shell.c        Thu Jun 24 08:28:54 2010
</font><font color='#997700'>@@ -738,6 +738,11 @@
</font>     }
   }
 
<font color='#000088'>+  if (!driver) {
+    printf ("error: no driver name provided\n");
+    return 1;
+  }
+
</font>   if (rtems_rfs_format (driver, &config) < 0)
   {
     printf ("error: format of %s failed: %s\n",
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>