Fix stack clobber in new uuid-ossp code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2103218dd4a0c6a44d05c09c066da20e1c2360fb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-05-28T15:50:41Z
Releases: 9.4.0
Fix stack clobber in new uuid-ossp code.

The V5 (SHA1 hashing) code wrote 20 bytes into a 16-byte local variable.
This had accidentally failed to fail in my testing and Matteo's, but
buildfarm results exposed the problem.

Files

PathChange+/−
contrib/uuid-ossp/uuid-ossp.c modified +4 −1