[Bug 164150] Re: multiple stack overflows

2013-05-13 Thread Phillip Susi
Closing this task since the o3read package no longer exists. ** Changed in: o3read (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164150 Title: multiple

[Bug 164150] Re: multiple stack overflows

2012-11-08 Thread Thomas Hotz
** Changed in: o3read (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164150 Title: multiple stack overflows To manage notifications about this bug go to:

[Bug 164150] Re: multiple stack overflows

2012-11-08 Thread Kees Cook
** Changed in: o3read (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164150 Title: multiple stack overflows To manage notifications about this bug go

[Bug 164150] Re: multiple stack overflows

2012-10-07 Thread Thomas Hotz
Any update on the stack overflow in o3read? Thank you for telling us! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/164150 Title: multiple stack overflows To manage notifications about this bug go

[Bug 164150] Re: multiple stack overflows

2009-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/tracker -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 164150] Re: multiple stack overflows

2008-03-07 Thread Jamie McCracken
Fixed the potential stack overflow in tracker source ** Changed in: tracker (Ubuntu) Status: New = Fix Committed -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 164150] Re: multiple stack overflows

2008-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package tracker - 0.6.4-1ubuntu2 --- tracker (0.6.4-1ubuntu2) hardy; urgency=low * debian/tracker.py: - Added an apport hook to ignore tracker-extract crashes, since they are caused by setrlimit terminating tracker-extract when it raises

[Bug 164150] Re: multiple stack overflows

2007-12-12 Thread Emilio Pozuelo Monfort
No, he wasn't. I mixed up this report and the tempfile usage one. ** Changed in: tracker (Ubuntu) Assignee: Michael Biebl (mbiebl) = (unassigned) -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 164150] Re: multiple stack overflows

2007-12-09 Thread Emilio Pozuelo Monfort
Michael was working on this. ** Changed in: tracker (Ubuntu) Assignee: (unassigned) = Michael Biebl (mbiebl) -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 164150] Re: multiple stack overflows

2007-11-20 Thread Emilio Pozuelo Monfort
** Changed in: tracker (Ubuntu) Importance: Undecided = High -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 164150] Re: multiple stack overflows

2007-11-20 Thread Jamie McCracken
inlined O3read has been removed from tracker - it now uses the system one which is in main repo I will investigate the tracker-thumbnailer.c one though -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 164150] Re: multiple stack overflows

2007-11-20 Thread Emilio Pozuelo Monfort
** Also affects: o3read (Ubuntu) Importance: Undecided Status: New -- multiple stack overflows https://bugs.launchpad.net/bugs/164150 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 164150] Re: multiple stack overflows

2007-11-20 Thread Kees Cook
Just for note, I realize line 203 isn't useful without mentioning version (0.0.4-1 o3read), but the line is: while (*q !isspace(*q)) b[n++] = toupper(*q++); Strings longer than 1024 (without spaces) will cause this loop to walk past the end of b. Checking n should solve the issue. --