comparison src/lzfu.c @ 85:582e927756d3 stable-0-6-15

Patch from Robert Simpson for file handle leak in error case. Fix for missing length on lz decompression, bug found by Chris White.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 30 Jul 2008 22:01:52 -0700
parents 56fa05fd5271
children 6395ced2b8b2
comparison
equal deleted inserted replaced
84:49b1d7a6b2b4 85:582e927756d3
118 } 118 }
119 } 119 }
120 flag_mask <<= 1; 120 flag_mask <<= 1;
121 } 121 }
122 } 122 }
123 // the RTF data is terminated with }}\0\0 123 *size = out_ptr;
124 return out_buf; 124 return out_buf;
125 } 125 }