aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/FileInStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Be defensive about overflows in stream objectsPierre Ossman2019-11-151-3/+5
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-4/+4
* rdr: Fix incorrect error checking after fread()Steve Kondik2017-07-081-3/+3
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-031-1/+1
* Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-031-1/+1
* Add stream class to feed data from a filePierre Ossman2015-02-131-0/+87