github klzgrad/naiveproxy v117.0.5938.44-2

latest releases: v126.0.6478.40-1, v125.0.6422.35-1, v124.0.6367.54-3...
pre-release9 months ago

Fixed a segfault on Linux kernels without CONFIG_ADVISE_SYSCALLS, e.g. Asuswrt Merlin (#564).

PartitionAlloc assumes decommitted pages are zeroed by the kernel when recommitted according to the semantics of madvise MADV_DONTNEED, but on Asuswrt Merlin its kernel does not support madvise and MADV_DONTNEED becomes a no-op, violating the assumption, then PartitionAlloc provides non-zeroed memory to calloc(), resulting in segfaults.

Don't miss a new naiveproxy release

NewReleases is sending notifications on new releases.