Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17080

Always true condition in disk.c

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • None
    • None

    Description

      if (((request >> 16) != 20) || ((request >> 16) != 9))

      should be probably

      if (((request >> 16) != 20) && ((request >> 16) != 9))

      https://github.com/reactos/reactos/blob/7c8d5635aa3075774318adc93873d2d7645bfb2e/modules/rosapps/applications/net/tsclient/rdesktop/disk.c#L1219

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              qarmin qarmin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: