K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-11-14T18:53:17.745133Z K 7 svn:log V 363 The previous code makes a memory allocation in size of struct mbx_common_read_write_flashrom plus 32KB and caps the actual transfer size at 32KB. This is harmless as it is but may confuse static code analyzer, so allocate a full 32KB instead. Reported by: Coverity via mjacob Submitted by: Venkata Duvvuru Coverity CID: 1125820 END