hengsokchamroeun / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

ResponsePacket isValidErrorMessage causes stack overflow #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a recursive call which is in error, instead of calling back into 
itself, it should be calling isErrorResponsePacket.

I have attached a fixed version.

Original issue reported on code.google.com by jwamb...@gmail.com on 14 Nov 2011 at 3:44

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for pointing that out!  

Fixed in revision 309 committed to trunk.

Original comment by sype...@gmail.com on 14 Nov 2011 at 3:50

GoogleCodeExporter commented 8 years ago

Original comment by sype...@gmail.com on 14 Nov 2011 at 3:51