Module Name: src Committed By: justin Date: Sun Oct 19 11:17:44 UTC 2014
Modified Files: src/lib/libc/stdio: fseeko.c src/tests/lib/libc/stdio: t_open_memstream.c Log Message: Add negative offset checks to fseeko These were not strictly needed before, as lseek would error on negative arguments, but having added open_memstream we have a virtual file pointer that assumes that it gets sane values, so we get an assertion triggered on a negative value. Best to check in one place rather than at all the relevant points. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/fseeko.c cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/t_open_memstream.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.