Menu

#1727 FOTAQ: NULL pointer dereference in Talk::defaultAnimation

closed-fixed
5
2005-05-21
2004-08-17
No

The debug() call at the top of Talk::defaultAnimation
(queen/talk.cpp, line 736) dereferences the
"parameters" argument without checking whether it is
NULL. This causes scummvm to die on SIGSEGV e.g. when
talking to Faye immediately after the plane crashes.

SCUMMVM version: CVS head as of 2004-08-16

$ scummvm -v
ScummVM 0.7.0CVS (Aug 16 2004 21:20:20)

Game version: FOTAQ_Floppy, downloaded via:
http://prdownloads.sourceforge.net/scummvm/FOTAQ_Floppy.zip?download

$ md5sum FOTAQ_Floppy.zip
eafb6bc4edc6255b871477cfc54312de FOTAQ_Floppy.zip

Discussion

  • Glynn Clements

    Glynn Clements - 2004-08-17
     
  • Gregory Montoir

    Gregory Montoir - 2004-08-17
    • assigned_to: nobody --> cyx
    • status: open --> closed
     
  • Gregory Montoir

    Gregory Montoir - 2004-08-17

    Logged In: YES
    user_id=230314

    Oops... that debug() call should have been gone with my
    recent "cleanup commits"...

     
  • Gregory Montoir

    Gregory Montoir - 2004-08-17
    • status: closed --> closed-fixed
     
  • Gregory Montoir

    Gregory Montoir - 2005-05-21
    • summary: NULL pointer dereference in Talk::defaultAnimation --> FOTAQ: NULL pointer dereference in Talk::defaultAnimation