You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: if the file descriptor is mmap(2)ed with MAP_SHARED, the same page cache will be used for reads/writes. If you’re using shm_open(2), it’s highly probable you’re using mmap(2) with MAP_SHARED.
Add multi-Python version support to CI
Add tasks.py (Invoke) for build, deploy, test actions ✅
Methodology:
review the code for the glibc version
patch references of /dev/shm to an alternate prefix
Add early jmps to init functions to set the alternate prefix (glibc likes to set hidden read only static variables and zero intiailized .bss globals)
Pass tests by being able to run the test lambda handler with a limited user.
Check in with the source image sha256 reference to assure image stability.
The text was updated successfully, but these errors were encountered:
Environments to patch:
Todos:
mmap(2)
ed withMAP_SHARED
, the same page cache will be used for reads/writes. If you’re usingshm_open(2)
, it’s highly probable you’re usingmmap(2)
withMAP_SHARED
.tasks.py
(Invoke) for build, deploy, test actions ✅Methodology:
/dev/shm
to an alternate prefixjmp
s to init functions to set the alternate prefix (glibc likes to set hidden read only static variables and zero intiailized.bss
globals)The text was updated successfully, but these errors were encountered: