Comment # 2
on bug 8348
from Bill Meier
(In reply to comment #1)
> This is because format_field_values() in print.c uses the emem string
> routines to generate the formatted values, and they impose a limit of 65536
> bytes (including the trailing '\0') on string lengths.
Correct: In addition there's an ep_alloc() and a string copy which are not
really needed.
I'm working on a small re-implementatiopn which won't use ep_strbuf.
You are receiving this mail because:
- You are watching all bug changes.