gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #32732] Assertion `std::ftell(_data) == pos' failed.


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #32732] Assertion `std::ftell(_data) == pos' failed. in tu_file.cpp:182
Date: Thu, 10 Mar 2011 16:12:04 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b12) Gecko/20100101 Firefox/4.0b12

Follow-up Comment #8, bug #32732 (project gnash):

> Isn't 4294990684 the numerical value that string::npos evaluates to on a
32bit machine ?

No. npos is numeric_limits<unsigned int>::max(), which is 4294967295. The
offset in question is thus greater than the maximum value of an unsigned int.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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