issues
search
szmoore
/
MCTX3420
2013 MCTX3420 UWA Team 4
7
stars
7
forks
source link
Some bugfixes for sensor/data code + add FCGI_INT_T
#33
Closed
jtanx
closed
11 years ago
jtanx
commented
11 years ago
Fixed:
Reject for invalid sensor id and/or format
Get rid of dual FILE
; use single FILE
with mutex
Out of bounds assertions on PrintByTimes/Indexes (esp. if user specifies large negative start_time/end_time)
Mutex lock/unlock mismatch
Note: PrintByTimes/Indexes have exclusive ends now. Todo:
Check indeterminate behaviour of FindByTime (or just leave to client to deal with)
Check if exclusive end is acceptable or not
Fixed:
Note: PrintByTimes/Indexes have exclusive ends now. Todo: