Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-1205

port server unduly fragile with arbitrary input

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.6.1
    • 0.8
    • Java - Library
    • javac 1.5.0_19, OS X 10.4.11

    • Patch Available

    Description

      Telnetting to the port and type a couple of arbitrary characters crashes the server almost immediately as follows. I haven't glanced at the relevant code. Is this reproducible on other platforms?

      $ ./run-server.sh 
      Starting the simple server...
      Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
              at org.apache.thrift.protocol.TBinaryProtocol.readStringBody(TBinaryProtocol.java:353)
              at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:215)
              at SimonSays$Processor.process(Unknown Source)
              at org.apache.thrift.server.TSimpleServer.serve(TSimpleServer.java:70)
              at JavaServer.simple(Unknown Source)
              at JavaServer$1.run(Unknown Source)
              at java.lang.Thread.run(Thread.java:613)
      

      Attachments

        Activity

          People

            kingryan Ryan King
            qu1j0t3 Toby Thain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: