notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: emulators/ppsspp/files/patch-ext_glslang_glslang_Include_PoolAlloc.h
SVNWeb

Number of commits found: 2

Sat, 27 Jun 2020
[ 23:24 jbeich search for other commits by this committer ] Original commit   Revision:540656
emulators/ppsspp: update to 1.10

- LIBRETRO option is now libretro-ppsspp port

Changes:	https://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.9.4...v1.10
Reported by:	GitHub (watch releases)
Wed, 26 Feb 2020
[ 18:05 jbeich search for other commits by this committer ] Original commit   Revision:527178
emulators/ppsspp: unbreak with Clang 10

In file included from Common/Vulkan/VulkanContext.cpp:28:
In file included from ext/glslang/SPIRV/GlslangToSpv.h:42:
In file included from ext/glslang/SPIRV/SpvTools.h:47:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/localintermediate.h:42:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/intermediate.h:55:
In file included from
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/../Include/Common.h:108:
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:307:54:
error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:244:21:
note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment
operator
                    ^

Reported by:	antoine (via bug 244251 exp-run)

Number of commits found: 2