Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix a rare memleak during stats writing•••If rep_hist_buffer_stats_write() was called unitinitalized, we'd leak memory. | Sebastian Hahn | 2011-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 Hahn | 2011-06-08 |
* | Remove a few dead assignments during router parsing | Sebastian Hahn | 2011-06-08 |
* | Check some more return values in unit tests | Sebastian Hahn | 2011-06-08 |
* | remove some dead code, found by coverity | Sebastian Hahn | 2011-06-08 |