record.c:237:7: warning: variable 'offset' is uninitialized when used here [-Wuninitialized]
record.c:236:7: warning: variable 'remaining' is uninitialized when used here [-Wuninitialized]
Suggest remove two local variables. They are incremented but not used.