11 Oct, 2011

3 commits


07 Oct, 2011

1 commit


06 Oct, 2011

1 commit


05 Oct, 2011

1 commit


28 Sep, 2011

4 commits

  • Signed-off-by: Sean M. Collins
    Signed-off-by: Jiri Kosina

    Sean M. Collins
     
  • In cleanup_volume_info_contents() we kfree(volume_info->UNC); and then
    proceed to use that variable on the very next line.
    This causes (at least) Coverity Prevent to complain about use-after-free
    of that variable (and I guess other checkers may do that as well).
    There's not any /real/ problem here since we are just using the value of
    the pointer, not actually dereferencing it, but it's still trivial to
    silence the tool, so why not?
    To me at least it also just seems nicer to defer freeing the variable
    until we are entirely done with it in all respects.

    Signed-off-by: Jesper Juhl
    Reviewed-by: Jeff Layton
    Signed-off-by: Jiri Kosina

    Jesper Juhl
     
  • Signed-off-by: Joe Perches
    Signed-off-by: Jiri Kosina

    Joe Perches
     
  • There are numerous broken references to Documentation files (in other
    Documentation files, in comments, etc.). These broken references are
    caused by typo's in the references, and by renames or removals of the
    Documentation files. Some broken references are simply odd.

    Fix these broken references, sometimes by dropping the irrelevant text
    they were part of.

    Signed-off-by: Paul Bolle
    Signed-off-by: Jiri Kosina

    Paul Bolle
     

15 Sep, 2011

30 commits