shithub: riscv

Download patch

ref: 8d2b84747b1cbc54d6f23cc461d3ef838c1dfec9
parent: 2ca3934809cc51fed6a386eb13f67f08fd89fdf2
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 5 01:46:35 EST 2024

ip/ppp: fix race condition with rfork()

ipinprocpid is static so shared with parent and child,
so we need a temporary variable on the local stack
to properly assign ipinprocpid.