Fixed typo
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 9 Aug 2017 12:17:52 +0000 (08:17 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 9 Aug 2017 12:17:52 +0000 (08:17 -0400)
update_releases/current/20170810securityrelease.md

index bcef5261750e10bb790c1e0601d2ec4717704ab9..2119e6a84fea02fc96f994a78d24f9fc97931224 100644 (file)
@@ -90,7 +90,7 @@ For more details, please see the [release notes](https://www.postgresql.org/docs
 CVE-2017-7548: lo_put() function ignores ACLs
 --------------------------
 
-The lo_put() function should require the same permissions as lowwrite(), but there was a missing permission check which would allow any user to change the data in a large object.
+The lo_put() function should require the same permissions as lowrite(), but there was a missing permission check which would allow any user to change the data in a large object.
 
 To fix this, the lo_put() function was changed to check the UPDATE privileges on the target object.