mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 21:18:05 +00:00
![Brian Feldman](/assets/img/avatar_default.png)
Since an osigcontext is smaller, if you check for a valid (much larger sized) ucontext_t and it fails, we bogusly would reject the osigcontext as per rev 1.378. Instead, check for osigcontext range validity first, and ucontext_t later. This unbreaks Netscape. Pointed to the right commit by: peter