summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/libstocks
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Both files in this commit exhibit use after free errors.erik1-4/+3
One of them was introduced in my memory leak fixing (whoops). I was freeing a structure of stock data before one last call to it. So switching the free to after that call fixed it. The kcheckers.cpp fix is one where the game board could be deleted and then a new one is not created because someone attempted to request a game board type that is not supported. This is fixed by using the default directive for one of the game board types in the switch statement. Which means it could default to Russian boards. Score one for the Russians!
2007-01-24Each file in this commit has the issue where a function can return aerik1-48/+47
negative result but the result is used in a context that can only be positive.
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-1/+1
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik4-127/+204
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2007-01-22Each file in this commit had a problem where a function might returnerik1-1/+2
a null value for a pointer and that null value was not checked.
2002-11-05you know the drillkergoth1-1/+1
2002-10-31better fixllornkcor2-0/+4
2002-10-31fixllornkcor1-1/+1
2002-10-31make define __UNIX__ inherentllornkcor2-204/+206
2002-10-31added - initial check inllornkcor11-0/+1612