Skip to content
  • Rob Swindell's avatar
    86150e0a
    Fix buffer overflow in guru chat parsing engine · 86150e0a
    Rob Swindell authored
    The trigger was this line in the recent change to guru.dat:
    Unrealized potential. :-(
    
    That open paren was parsed as the beginning of a new guru expression. A very
    long guru expression that overflowed the stack variable 'str' here.
    86150e0a
    Fix buffer overflow in guru chat parsing engine
    Rob Swindell authored
    The trigger was this line in the recent change to guru.dat:
    Unrealized potential. :-(
    
    That open paren was parsed as the beginning of a new guru expression. A very
    long guru expression that overflowed the stack variable 'str' here.
Loading