]> granicus.if.org Git - postgresql/commit
Fix stack clobber in new uuid-ossp code.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2014 15:50:41 +0000 (11:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2014 15:50:41 +0000 (11:50 -0400)
commit2103218dd4a0c6a44d05c09c066da20e1c2360fb
tree8ab065a4e66075d75d553ea6b698b7cb18545038
parent8232d6df4c943a30c08e65d7ea893cb762bc5612
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.
contrib/uuid-ossp/uuid-ossp.c