palloc check for pg_md5_encrypt

Started by Volkan YAZICIalmost 21 years ago2 messagespatches
Jump to latest
#1Volkan YAZICI
volkan.yazici@gmail.com

This is the 4th time sending this patch. Hope this one succeeds.

Attachments:

md5_c_diff.txttext/plain; charset=us-ascii; name=md5_c_diff.txtDownload+3-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Volkan YAZICI (#1)
Re: palloc check for pg_md5_encrypt

Volkan YAZICI <volkan.yazici@gmail.com> writes:

This is the 4th time sending this patch. Hope this one succeeds.

Applied along with some further fixes --- it's best not to use palloc
at all in this code, since that just encourages errors like this one.

regards, tom lane