gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #34699] Segfault on Edit->Preferences selection from


From: Bastiaan Jacques
Subject: [Gnash-commit] [bug #34699] Segfault on Edit->Preferences selection from GTK gui menu
Date: Sun, 30 Oct 2011 16:43:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #7, bug #34699 (project gnash):

Yes. I believe it is because NULL is being defined as zero (*integer*). On
64-bit machines, because integers are 32-bit and pointers 64, this causes NULL
arguments to vararg function to be treated as zero integers (and thus, the
compiler does not know when the last argument has been passed).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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