Files
alembic/fuzztest.patch
Hans-Peter Jansen 0e82895da8 - update to 1.8.8:
* Support variable order curves in the python bindings. (Issue 458)
  * Support mingw64 by adding a missing include. (Issue 459)
- update to 1.8.7:
  * Protect from potential buffer overrun because of malformed dimensions. (Issue 453)
  * Fix a typo in the python bindings but leave the misspelled member
    (kkVisibilityVisible) to maintain compatibility. (Issue 440)
  * Add unicode filename support for Windows (PR450)
  * Make some of the extra python scripts including the PyAlembic and Maya
  * unit tests python 3 compatible. (PR438)

OBS-URL: https://build.opensuse.org/package/show/graphics/alembic?expand=0&rev=31
2024-12-09 14:22:32 +00:00

15 lines
552 B
Diff

Index: alembic-1.8.8/lib/Alembic/AbcCoreOgawa/Tests/fuzzTest.cpp
===================================================================
--- alembic-1.8.8.orig/lib/Alembic/AbcCoreOgawa/Tests/fuzzTest.cpp
+++ alembic-1.8.8/lib/Alembic/AbcCoreOgawa/Tests/fuzzTest.cpp
@@ -1024,7 +1024,8 @@ int main ( int argc, char *argv[] )
testFuzzer25185(false);
testFuzzer25192(true);
- testFuzzer25192(false);
+ // https://github.com/alembic/alembic/issues/346
+ //testFuzzer25192(false);
testFuzzer25204(true);
testFuzzer25204(false);