gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #32735] CurlStreamFile::fillCache(std::streamsize):


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #32735] CurlStreamFile::fillCache(std::streamsize): Assertion `size >= 0' failed.
Date: Thu, 10 Mar 2011 23:17:33 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0

Follow-up Comment #3, bug #32735 (project gnash):

Yes, it is another integer overflow bug.

An std::streampos argument is implicitly converted to an std::streamsize;
streampos is a compound type with 64-bit precision, but streamsize is a simple
32-bit signed integer.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32735>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]