summaryrefslogtreecommitdiff
path: root/lib/Zinternal.c
diff options
context:
space:
mode:
authorGravatar Darrell Kindred <dkindred@cs.cmu.edu>2006-06-29 12:45:40 -0400
committerGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2012-11-24 18:13:15 -0500
commit36a666058ff94b6ec1e99265f6408d553d87bc85 (patch)
treebcfb5df2e221a4cc679d6f6e06676abb4620301e /lib/Zinternal.c
parent0658dac39b4857fb02ff082577cb2e6942f98978 (diff)
Actually avoid ZReceiveNotice NULL pointer deref
Bug report from dkindred in libzephyr affecting amd64_fc5: There's a bug in libzephyr (introduced in version zephyr-064) that is causing tzc to fail on amd64_fc5: In /afs/cs/misc/zephyr/src/zephyr-064/lib/ZRecvNot.c line 33, 'nextq' is tested without being initialized (see code below). I imagine the appropriate fix is to put that "if (!nextq)" test just *after* the "nextq = Z_GetFirstComplete();" line instead of just before. - Darrell
Diffstat (limited to 'lib/Zinternal.c')
0 files changed, 0 insertions, 0 deletions