K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-01-30T23:13:41.633445Z K 7 svn:log V 349 Remove a duplicate store when performing REL32 relocations in rtld. The duplicate call to store_ptr() was added in r204687, but it should have no effect as it only stores an Elf_Sword and the later store_ptr() does a write that is at least as large if not larger. Reviewed by: jmallett Obtained from: CheriBSD (sort of) Sponsored by: DARPA / AFRL END