]> git.lizzy.rs Git - plan9front.git/commit
devip: handle malloc errors, fix queue leaks
authorcinap_lenrek <cinap_lenrek@gmx.de>
Sun, 5 May 2013 01:56:11 +0000 (03:56 +0200)
committercinap_lenrek <cinap_lenrek@gmx.de>
Sun, 5 May 2013 01:56:11 +0000 (03:56 +0200)
commit9500191af630673a28266cab9b4e109275847c90
tree65a9c6d857fcc29eaf0aeda1b360157b83266775
parent30d7276d693a45153140248bc4cf09d72c554030
devip: handle malloc errors, fix queue leaks

Fsprotocone():

qopen() and qbypass() can fail and return nil, so make sure
the connection was not partially created by checking if read
and write queues have been setup by the protocol create hanler.
on error, free any resources of the partial connection and
error out.

netlogopen(): check malloc() error.
sys/src/9/ip/devip.c
sys/src/9/ip/ipifc.c
sys/src/9/ip/netlog.c