X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sideband.c;fp=sideband.c;h=cd549ddccb9d98fe43a4605b2c9632f6804490ad;hp=ed7867a1c37027d7a49d1047bd349c5976d0e8d7;hb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;hpb=89e0813c310816e05d22c0bfab7b1be07b3fc841 diff --git a/sideband.c b/sideband.c index ed7867a1..cd549ddc 100644 --- a/sideband.c +++ b/sideband.c @@ -266,7 +266,7 @@ int sb_received(struct sb_context *c, size_t nbytes, struct sb_buffer *result) */ if (sbb->iov.iov_len == (size_t)-1) return -E_SB_PACKET_SIZE; - sbb->iov.iov_base = para_malloc(sbb->iov.iov_len + 1); + sbb->iov.iov_base = alloc(sbb->iov.iov_len + 1); return 0; /* ready to read body */ success: *result = c->sbb;