Help for this page

Select Code to Download


  1. or download this
    94,95d93
    < #define DEBUGME
    ...
    <       TRACEME(("5 RLEN x=%u", (unsigned int) x));             \
    4815d4805
    <               if ( (unsigned)size > 1000000 ) Perl_croak(aTHX_ "Bugg
    +er!\n");
    
  2. or download this
    4 RLEN x=6
    5 RLEN x=6
    ...
    4 RLEN x=4110839407
    5 RLEN x=4110839407
    Bugger!, at ./test.pl line 4
    
  3. or download this
    00000FE0:    05 00 00 00 63 6F 75 6E 74 05 05 00 00 00 66 69  ....coun
    +t.....fi
    00000FF0:    72 73 74 07 00 00 00 73 65 73 73 69 6F 6E 06 F5  rst....s
    +ession..
    ...
    00001010:    73 73 69 6F 6E 5F 63 6F 75 6E 74 0A 01 4C 04 00  ssion_co
    +unt..L..
    
    NOTE >>>>> Offset of the error is 4096 bytes.
    
  4. or download this
        RLEN(size);               /* Get key size */
    +   if ( (unsigned)size > 1000000 ) Perl_croak(aTHX_ "Bugger!\n");
        KBUFCHK((STRLEN)size);    /* Grow hash key read pool if needed */
    
  5. or download this
    store \%profile, $file;
    eval{ retrieve($file) };
    ...
        print "Content-Type: text/html\n\nBugger!\n";   # ;-)
      exit 1;
    }