Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump
Module Name: src
Committed By: pooka
Date: Thu Feb 26 15:25:11 UTC 2009
Modified Files:
src/sys/rump/librump/rumpuser: rumpuser_pth.c
src/sys/rump/librump/rumpvfs: rumpblk.c
Log Message:
When using an array as a ringbuffer, need to perform modulo arithmetic
with arraysize instead of arraysize-1. Previously there was one
inconsistency in the code. This might fix a crash reported by apb.
Also, g/c outdated comment.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/rump/librump/rumpuser/rumpuser_pth.c
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpvfs/rumpblk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index