Bug class
Bug class
Posted May 22, 2013 2:18 UTC (Wed) by cesarb (subscriber, #6266)Parent article: An unexpected perf feature
Would it be possible to add a check to something like sparse to detect this class of bug (value being truncated by being assigned from a larger type to a smaller type)? And the related sign confusion class of bug (assigning from unsigned to signed or vice versa without checking the range first)?