Skip to content
  • Matthew Barnes's avatar
    Improve camel_file_util_encode_fixed_string() · af5ee353
    Matthew Barnes authored
    Allocate the buffer from the heap.  We can't statically declare the
    buffer because it's not a fixed size, and allocating an arbitrarily
    sized buffer on a stack frame is just asking for trouble.
    af5ee353