Commit 2726b8a4f6181d0930a96fa91da9733b397e2952

Zoltan Szabadka 2015-10-06T11:23:44

Encoder fixes. * Remove default constructors. * Initialize bit_cost in histogram.Clear(). * Check fseek result in FileSize. * Replace malloc in BrotliFileIn constructor with "new". * Catch bad_alloc in bro tool.