MFC after: 1 week
Sponsored by: Klara, Inc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libutil/tests/forkpty_test.c | ||
---|---|---|
31 | This affects all processes with the same UID, right? If so, the setting could cause transient failures for a user running the tests. Though, contrib/netbsd-tests/lib/libc/sys/t_setrlimit.c does the same thing, and it doesn't appear to cause problems, so perhaps I'm missing something. |
lib/libutil/tests/forkpty_test.c | ||
---|---|---|
31 | The count is global but the limit only applies to the current process and its descendants. |