[Lxr-dev] [ lxr-Bugs-3019336 ] ident makes bad getindex/getreference calls
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2010-06-22 00:40:11
|
Bugs item #3019336, was opened at 2010-06-22 00:40 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3019336&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ident makes bad getindex/getreference calls Initial Comment: http://lxr.cvs.sourceforge.net/viewvc/lxr/lxr/ident?r1=1.24&r2=1.25 When mbox made the fix for the XSS issue, he reverted the change of getindex -> symdeclarations and getreference -> symreferences. If you trace the history of the Mysql module you'll see the change. (2009-04-25) This is in 0.9.8 and it makes 0.9.8 unusable. The error message in my apache logs (scrubbed) is : fatal: main, line 89: Can't locate object method "getreference" via package "LXR::Index::Mysql" at /opt/lxr/ident line 89., fatal: main, line 52: Can't locate object method "getindex" via package "LXR::Index::Mysql" at /opt/lxr/ident line 52. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3019336&group_id=27350 |