Login Status


ShareSource Site » Projects » sniffitzt » sniffitztBug Tracker

Project: sniffitzt - a wow logging proxy [Bug Tracker]

(*) Summary   [^] Files   [^] Screenshots   [_] Wiki   [!] Bug Tracker  
[*] Lists   (») Mercurial Repository  
Actions » View tickets | Report a bug

Bug #314 [CLOSED]

Reason: Fixed

Vital Bug Details
Summery: Null pointer dereference in OpcodeHandler_S2C_SMSG_QUESTGIVER_QUEST_LIST
  Severity: Medium
Status: Priority: Low
Assigned to: Nobody Percent Complete: 0%
Bug Reporter
Reported by: Anonymous ( on Monday, 02 March 2009, 10:50AM (02/03/2009) )
Bug Details
If the MobMgr can't find a Mob and the Proxy receives a QUESTGIVER_QUEST_LIST the it throws a NullPointerException in line 51:

49 if(mob!=null)

50 return 0;

51 mob.gossipTitle = buffer.readCStr(Charset.forName("UTF-8"));

change the != into == in line 49 and it would be correct.
View History »

Comments

Comment by: mknjc | Posted: Monday, 02 March 2009, 10:54AM (02/03/2009)
Sorry not logged in :-/
Comment by: arrai | Posted: Monday, 02 March 2009, 03:56PM (02/03/2009)
Fixed in http://hg.sharesource.org/sniffitzt/rev/9c36ee77bd622f78012efd98557a8cb1174492c9 thanks :)


Want to comment?

Please login to ShareSource.