klayout/testdata/python
Kirill Osipov 9a606ec4e9 Cap PixelBuffer.from_bytes dimensions at 64k x 64k
Following review feedback, the reader now rejects a header claiming a
width or height beyond 65536, guarding against malformed byte streams
that would otherwise trigger an unreasonable allocation. The writer
stays full 32-bit ('unlimited'), and native little-endian order and the
transparency mask are kept as-is. Adds Ruby and Python tests for the
oversized-header rejection.

Ref: https://github.com/KLayout/klayout/pull/2387#issuecomment-4984941409
2026-07-16 19:03:34 +02:00
..
basic.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbEdgeNeighborhoodWithNets.py Adding string serialization "from_s" for objects with properties (CAUTION: side effect!) 2026-05-03 20:27:15 +02:00
dbLayoutTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbLayoutToNetlist.py Updating test data 2026-03-18 21:01:18 +01:00
dbLayoutVsSchematic.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbNetlistCrossReference.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbPCells.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbPolygonTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbReaders.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbRegionTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbShapesTest.py Trying to fix unit tests with Python 3.14 - it delivers a different reference count under unit test conditions 2026-06-20 00:06:42 +02:00
dbStreams.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
dbTransTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
kwargs.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
layLayers.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
layObjects.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
layPixelBuffer.py Cap PixelBuffer.from_bytes dimensions at 64k x 64k 2026-07-16 19:03:34 +02:00
modTests.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
qtbinding.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
rdbTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00
tlTest.py Updating copyright to 2026 2026-02-07 17:12:53 +01:00