plperl SRF sanity check fix

Started by Andrew Dunstanabout 21 years ago2 messagespatches
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

The attached patch moves a plperl sanity check into the correct
position. Performing the check in the existing position allows the call
to go through to perl first, possibly resulting in a SEGV.

cheers

andrew

Attachments:

plperl-srfbug.patchtext/x-patch; name=plperl-srfbug.patchDownload+27-15
#2Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#1)
Re: plperl SRF sanity check fix

Andrew Dunstan wrote:

The attached patch moves a plperl sanity check into the correct
position. Performing the check in the existing position allows the call
to go through to perl first, possibly resulting in a SEGV.

OK, patch applied. Your version didn't apply cleanly so I just moved
the block manually.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+10-10