Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10356

Corrections in winutils/chmod.c

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • bin
    • Windows

    • Reviewed

    Description

      There are two small things in winutils/chmod.c:

      pathName should be pointer to a constant WSTR
      the declartion

      LPWSTR pathName = NULL;

      seems to be wrong.

      LPCWSTR pathName = NULL;
      should b used instead.

      ------------------------------------------------

      I believe the fragment

      switch (c)
      {
      case NULL:

      to be wrong as pointers are not permitted as
      case values.

      ------------------------------------------------

      Attachments

        1. HADOOP-10356.patch
          0.9 kB
          René Nyffenegger

        Activity

          People

            René Nyffenegger René Nyffenegger
            René Nyffenegger René Nyffenegger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: