DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40244>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40244 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|DSIGReferenceList::empty() |DSIGReferenceList::empty() |not clearing references |and not clearing references ------- Additional Comments From [EMAIL PROTECTED] 2006-08-13 22:49 ------- It may be that the doc comment is in error and this method is only supposed to be a boolean check. However, there's an additional bug in removeReference because the code first assumes that it's a 0-based index (which it should be) but then issues an erase call against vector that treats the index as though it were 1-based (it subtracts 1 from the index and adds that to the begin() value). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
