]> Kevux Git Server - fll/commit
Bugfix: Invalid read in f_file_stream_read_until().
authorKevin Day <thekevinday@gmail.com>
Wed, 11 May 2022 03:08:59 +0000 (22:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 11 May 2022 03:08:59 +0000 (22:08 -0500)
commit33f942a68253870a6601758fad915705aeb98b9d
tree6782c2c3e5765abec9766ee11e6458fd66446c57
parent851c516bc07e5d10a7f2f459ac2f67ea968d0fd2
Bugfix: Invalid read in f_file_stream_read_until().

The file.size_read variable is incorrectly being used when instead the buffer_size variable is intended to be used.
level_0/f_file/c/file.c