Hello -- attached is a patch to ebrowse. Noticed a one-off write error in case of identifiers that are too long and need escaping. The patch prevents the write to memory outside of allocated range which on my platform caused segfault. Best,