http://bugzilla.novell.com/show_bug.cgi?id=517722
Summary: tog-pegasus-2.9.0-1.7: possible off by one error in for loop Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: ---
I just had a look at factory package tog-pegasus-2.9.0-1.7 For source code file pegasus/src/Pegasus/Common/Logger.cpp, around line 258 is the source code
for (unsigned int i=0; i<=timeStamp.size(); i++) { if(timeStamp[i] == '/' || timeStamp[i] == ':') {
Clearly broken code. Suggest new code
for (unsigned int i = 0; i < timeStamp.size(); i++)
http://bugzilla.novell.com/show_bug.cgi?id=517722
Marcus Meissner meissner@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mhrusecky@novell.com |ovo.novell.com |
http://bugzilla.novell.com/show_bug.cgi?id=517722
Michal Hrusecky mhrusecky@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low
http://bugzilla.novell.com/show_bug.cgi?id=517722
Michal Hrusecky mhrusecky@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
http://bugzilla.novell.com/show_bug.cgi?id=517722
User mhrusecky@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=517722#c1
Michal Hrusecky mhrusecky@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #1 from Michal Hrusecky mhrusecky@novell.com 2009-08-13 01:23:15 MDT --- This fix was just sent to the factory, thank you for your bugreport.
http://bugzilla.novell.com/show_bug.cgi?id=517722 http://bugzilla.novell.com/show_bug.cgi?id=517722#c2
--- Comment #2 from Bernhard Wiedemann bwiedemann@suse.com --- This is an autogenerated message for OBS integration: This bug (517722) was mentioned in https://build.opensuse.org/request/show/17662 Factory / tog-pegasus