From: Tilman Sauerbeck Date: Wed, 29 Jun 2005 16:50:47 +0000 (+0000) Subject: Properly check for an integer overflow in Chunk#initialize. X-Git-Tag: ruby-eet-0.1.4~18 X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=aea59ebcf8fdcc7acf839ff9322c697326d224ba;hp=aea59ebcf8fdcc7acf839ff9322c697326d224ba;p=ruby-eet.git Properly check for an integer overflow in Chunk#initialize. An overflow can occur when we compute the total buffer size. ---