Block a user
c5df2cebed
Merge branch 'blender-v4.3-release'
98cae94f6b
Fix potential out of bounds read in UTF8 string length calculation
WIP: Add check for null bytes within utf8 sequences
fix search string in a endless loop
While this change seems OK in isolation, it raises questions about how UTF8 should be handled in string_search.cc
If every call to decode a UTF8 code point should handle invalid data, then it…
WIP: Add check for null bytes within utf8 sequences
ac471182de
Add check for null bytes within utf8 sequences
04aa583526
Tests: add UTF8 string copying tests for multi-character truncation
6ad22ce40f
Cleanup: move utf8 string copying tests into BLI_string_utf8_test.cc
d60f2012c7
Merge branch 'blender-v4.3-release'
f9ba08d14c
Merge branch 'blender-v4.3-release'
Fix: operators can have invalid utf-8 strings
Fix: operators can have invalid utf-8 strings
Committed alternate fix 1d6add574d7547cc76217040b49075bad8c7f9e7, closing.
Fix: Check for wayland display connection before terminating EGL
04aa583526
Tests: add UTF8 string copying tests for multi-character truncation
6ad22ce40f
Cleanup: move utf8 string copying tests into BLI_string_utf8_test.cc
d60f2012c7
Merge branch 'blender-v4.3-release'
f9ba08d14c
Merge branch 'blender-v4.3-release'
259611ca4f
AUTHORS: add 1 new author
1a872e69f3
Fix terminating the EGL connection without a valid display
WIP: Fix #129167: Failure to ensure copied strings are valid UTF8
Modeling: Allow grid fill to delete and replace existing faces, when faces are selected
@jcwenger I don't think a larger refactor is necessary, it'd be worth hearing from users if this is even important before spending a lot of time on it.
Modeling: Allow grid fill to delete and replace existing faces, when faces are selected
Preserving data would be more of an approximation, nevertheless there are cases it would work fine - a UV projection for example (where vertices have matching UV's) could be made to work. When…
e68efebfb1
Bump version to 2.3.7 to include fix
8e9bd8e8d9
Cleanup: remove usage text from doc-string
4993672559
Headers: correct license & remove "contributors"