summaryrefslogtreecommitdiff
path: root/core/fxcodec/lbmp/fx_bmp.cpp
AgeCommit message (Expand)Author
2017-03-13Fix boundary value negation in bmp_read_headerchromium/3041Nicolas Pena
2017-03-07Limit BMP width to avoid overflowsNicolas Pena
2017-01-16Check blue,green,red bit count in bmp_decode_rgbNicolas Pena
2016-11-28Replace ASSERT with error return in bmp_read_headernpm
2016-11-02Remove FX_BOOL from coretsepez
2016-08-02Verify row bytes before alloc in BMP codec.dsinclair
2016-06-07Get rid of NULLs in core/thestig
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair