fix off-by-one error that caused uninitialized memory read in floatscan
[musl] / src / string / memrchr.c
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...