aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ia32/ia32_sysvec.c
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2004-07-16 19:30:59 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2004-07-16 19:30:59 +0000
commitfc206c6e3d653ba4431583f5263b4eb375968062 (patch)
treea0fb957d47fbd426ea96f074a2ffb3402642b4ac /sys/compat/ia32/ia32_sysvec.c
parent021730ab36071caff95cf0f0358b9c9e6cfcc89d (diff)
downloadsrc-fc206c6e3d653ba4431583f5263b4eb375968062.tar.gz
src-fc206c6e3d653ba4431583f5263b4eb375968062.zip
Forced commit to actually list the changes of bin/61718, as requested by sam.
The attached patch fixes a number of problems present in rpc.lockd. 1) Nfslocklist_head.lf_first is overwritten because of an off-by-one-bug that happens when clnt_cache_next_to_use is incorrectly incremented. 2) 'struct sockaddr *addr' inside 'struct file_lock' is set to point to the result from svc_getrpccaller(). This value is malloc:ed inside the rpc libraries and is free:ed when clnt_destroy() is called. Fix, maintain a copy of the result. 3) The loop inside retry_blockingfilelocklist() that uses 3 pointers ifl, nfl, and pfl thrashes the list pointed to by blockedlocklist_head.lf_first. Fix, use a simpler loop. The new loop does not preserve list order but the order is immaterial anyways. See also revison 1.6-1.7 and kern/61122. 4) struct file_lock char client_name[SM_MAXSTRLEN]; and struct host char name[SM_MAXSTRLEN]; Be careful to not create open (non 0 terminated) C strings and later passing them to e.g syslog. Fix, make sure that the strings are always terminated with 0. When at it, move the strings to the end of the structs and make them variable length. This saves about 1000 bytes for every malloc:ed struct. 5) The newfl = malloc(sizeof(struct file_lock)) memory was never properly bzero:ed. Minor changes: A) Nlmtonlm4(0) made assumptions about struct layouts. B) Don't close stdout and stderr when debugging (-d option). C) Remove unused pid_t locker and int fd in struct file_lock. D) s/printf/debuglog/ E) Remove redundant sleep(1) and call to debuglog(). Cheers, Björn
Notes
Notes: svn path=/head/; revision=132262
Diffstat (limited to 'sys/compat/ia32/ia32_sysvec.c')
0 files changed, 0 insertions, 0 deletions