-
- Downloads
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()
Loading
Please register or sign in to comment