Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-1713

svn_filesize_t is unsigned

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • all
    • 1.0-consider
    • src
    • None

    Description

      It's unsigned which has two problems with that:
      
      a) We're using -1 as SVN_FILESIZE_INVALID.
      
      b) We have larger filesizes than any current platform can actually support.  So
      it implies we can support larger files than we really can.
      
      Patch is all of two lines.  It's pretty simple.
      

      Attachments

        1. 1_svn-filesize.patch
          0.8 kB
          Ben Reser

        Activity

          People

            Unassigned Unassigned
            breser Ben Reser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: