gfcombinefs.git
2 years agoMerge remote branch 'bss03/master' master
Simon McVittie [Mon, 18 Jan 2010 14:28:15 +0000]
Merge remote branch 'bss03/master'

2 years agoAvoid mixed-signedness comparision.
Boyd Stephen Smith Jr [Fri, 18 Dec 2009 05:31:36 +0000]
Avoid mixed-signedness comparision.

Since offset is non-negative, the cast will not lose data and we avoid compiler errors/warnings.

2 years agoBail if offset is invalid.
Boyd Stephen Smith Jr [Fri, 18 Dec 2009 05:27:12 +0000]
Bail if offset is invalid.

Otherwise, mixed-signedness comparison below might change the sign of offset as part of the usual arithmetic conversions.

2 years agogfc_setxattr: malloc can fail, cope with that
Simon McVittie [Sat, 12 Sep 2009 12:09:47 +0000]
gfc_setxattr: malloc can fail, cope with that

2 years agoAdd a README
Simon McVittie [Thu, 3 Sep 2009 11:20:39 +0000]
Add a README

2 years agoInitial commit
Simon McVittie [Wed, 2 Sep 2009 22:04:42 +0000]
Initial commit