Alexandre Julliard pushed to branch master at wine / wine
Commits: 0606db17 by Conor McCarthy at 2025-04-14T21:51:52+02:00 server: Do not call setpriority() if it cannot be used safely.
Not checking nice_limit here can result in some calls to setpriority() succeeding while others fail, which can result in relative priorities being incorrect. For example, buffer underflows can occur in winepulse.drv because the priority is too low in pulse_timer_loop().
- - - - -
1 changed file:
- server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0606db176bdaa84e6d30734cd9a6ddc...