Dennis Sweeney ab86426a34
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
* Add a special case for s[-m:] == p in _PyBytes_Find

* Add tests for _PyBytes_Find

* Make sure that start <= end in mmap.find
2023-07-12 22:50:45 -04:00
..
2023-05-24 13:30:11 -07:00
2023-05-22 06:14:48 +05:30
2023-05-24 13:30:11 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.