A collection of small fixes for the SCRAM patch.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 95c1dbcdfffcc3a77e693c3c2759e26a01f465c8
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2017-03-07T17:00:22Z
Releases: 10.0
A collection of small fixes for the SCRAM patch.

* Add required #includes for htonl. Per buildfarm members pademelon/gaur.

* Remove unnecessary "#include <utils/memutils>".

* Fix checking for empty string in pg_SASL_init. (Reported by Peter
  Eisentraut and his compiler)

* Move code in pg_SASL_init to match the recent changes (commit ba005f193d)
  to pg_fe_sendauth() function, where it's copied from.

* Return value of malloc() was not checked for NULL in
  scram_SaltedPassword(). Fix by avoiding the malloc().

Files

PathChange+/−
src/common/scram-common.c modified +10 −20
src/interfaces/libpq/fe-auth.c modified +4 −3