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
{{ message }}
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Even after patching get_nprocs in glibc (see commit 077f06a). It is still possible to get memory corruptions caused by mis-matching malloc/free from different linker namespaces. It should be possible to patch glibc, then again it might worth making reverie running tracee with different glibc versions other than system glibc. The difficult part is how can we resolve ld-linux.so to the new glibc as easy as possible.
Even after patching
get_nprocs
in glibc (see commit 077f06a). It is still possible to get memory corruptions caused by mis-matching malloc/free from different linker namespaces. It should be possible to patch glibc, then again it might worth makingreverie
running tracee with different glibc versions other than system glibc. The difficult part is how can we resolve ld-linux.so
to the new glibc as easy as possible.glibc bugzilla links:
Bug 24776
Bug 24773
The text was updated successfully, but these errors were encountered: