mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
97a733dff0
incorrect reentrant calls to the libc memory manager). Add missing error handling: * for an incoming response with an incorrect tid; * for a failure to register the response RPC program, Fix error handling for failure to malloc job descriptor (this needs to be done before the transient RPC program is registered). PR: bin/102143 MFC after: 2 weeks