[Xapian-tickets] [Xapian] #678: RemoteDatabase

Xapian nobody at xapian.org
Wed May 6 10:54:57 BST 2015


#678: RemoteDatabase
---------------------------+------------------
        Reporter:  matf    |      Owner:  olly
            Type:  defect  |     Status:  new
        Priority:  normal  |  Milestone:
       Component:  Other   |    Version:
        Severity:  normal  |   Keywords:
      Blocked By:          |   Blocking:
Operating System:  All     |
---------------------------+------------------
 file : net/serialise.cc
 function:    decode_length(const char ** p, const char *end, bool
 check_remaining)

 bug:     if (*p == end || shift > 28)

 change:   if (*p == end || shift > 28*2)

 if database too big, it will fail

--
Ticket URL: <http://trac.xapian.org/ticket/678>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list