~barry-leslie/drizzle/drizzle_pbmsV2

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSDefs.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2011-01-21 23:48:59 UTC
  • Revision ID: barry.leslie@primebase.com-20110121234859-1urbxwk2vt320dnj
Fixed 2 bugs in the S3 protocol code. One caused a jumpstack overflow and the other
resulted in a bad Md5 checksum comparison.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
#define CS_CALL_STACK_SIZE              100
104
104
#define CS_RELEASE_STACK_SIZE   200
105
 
#define CS_JUMP_STACK_SIZE              20
 
105
#define CS_JUMP_STACK_SIZE              20      // NOTE: If a stack overflow occurs check that there are no returns inside of try_() blocks.
106
106
 
107
107
/* C string display width sizes including space for a null terminator and possible sign. */
108
108
#define CS_WIDTH_INT_8  5