aboutsummaryrefslogtreecommitdiff
path: root/changes/coverity_maint
Commit message (Expand)AuthorAge
* Fix a rare memleak during stats writing•••If rep_hist_buffer_stats_write() was called unitinitalized, we'd leak memory. Sebastian Hahn2011-06-08
* Don't use signed 1-bit bitfields•••This was harmless, we never compared it to anything but itself or 0. But Coverity complained, and it had a point. Sebastian Hahn2011-06-08
* Remove a few dead assignments during router parsingSebastian Hahn2011-06-08
* Check some more return values in unit testsSebastian Hahn2011-06-08
* remove some dead code, found by coveritySebastian Hahn2011-06-08