Sebastian Hahn
|
f303274490
|
Fix a rare memleak during stats writing
If rep_hist_buffer_stats_write() was called unitinitalized, we'd leak
memory.
|
2011-06-08 21:35:26 +02:00 |
|
Sebastian Hahn
|
680646e0de
|
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.
|
2011-06-08 21:30:41 +02:00 |
|
Sebastian Hahn
|
e6fff7235e
|
Remove a few dead assignments during router parsing
|
2011-06-08 21:30:40 +02:00 |
|
Sebastian Hahn
|
ff75e8b02d
|
Check some more return values in unit tests
|
2011-06-08 21:08:56 +02:00 |
|
Sebastian Hahn
|
db7dd3ee7a
|
remove some dead code, found by coverity
|
2011-06-08 21:07:54 +02:00 |
|