Skip to content
Snippets Groups Projects
Commit 8130cbce authored by Tom Lane's avatar Tom Lane
Browse files

Clean up md5.c to make it clearer that it is a frontend-and-backend

module.  Don't rely on backend palloc semantics; in fact, best to not
use palloc at all, rather than #define'ing it to malloc, because that
just encourages errors of omission.  Bug spotted by Volkan YAZICI,
but I went further than he did to fix it.
parent a5bd1d35
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment