Skip to content
Snippets Groups Projects
Commit 2f5fbda1 authored by deuce's avatar deuce
Browse files

Use alloca() instead of malloc()/free() where possible...

Probobly not possible in a large number of circumstances simply due to the
possible very large size of the data involved... email attachments go
through b64decode for example, so it's probobly "Too Big" (unless I
misunderstand alloca()).

This fixes linebuf leaks in both js_wordwrap() and js_quotemsg()
parent 6096276b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment