Module Name: src Committed By: pooka Date: Mon Feb 7 15:25:41 UTC 2011
Modified Files:
src/lib/librumpclient: rumpclient.c
Log Message:
malloc/free aren't async-signal-safe, so avoid calling them when
signals aren't blocked.
this bug made tests/rump/rumpkern/t_sp:sigsafe rarely deadlock
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/librumpclient/rumpclient.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
