whitepaper: re-add 10 missing entries + 11 new defects this session, count 578→590; rebuild PDF

This commit is contained in:
russell@unturf.com 2026-03-27 22:18:31 -04:00
parent e4ee168b1e
commit 2e4f7807d5
401 changed files with 3914 additions and 114 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000280
Fixes sfml-0001/0002/0003: VideoMode deduplication on Unix, Win32, OSX
All three platforms use identical pattern: std::find() on growing vector inside a loop.

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000281
Fixes sfml-0004: WindowImplX11 destructor uses std::find() on allWindows vector.
--- a/src/SFML/Window/Unix/WindowImplX11.cpp

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000282
Fixes sfml-0005: GlContext::isExtensionAvailable() uses std::find() on string vector.
--- a/src/SFML/Window/GlContext.cpp