Files
dreamlayers.netbsd-mopd/common
Boris Gjenero 83003f30d7 Seek to start of file before reading mop file header
Originally, functions assumed that the current location in the
file was correct and did not seek before reads. The Check
functions would seek back to the start after the read, so the
next function would have its expectation met. The file info
functions did not seek after the read, because mop and a.out
file data always starts immediately after the header.

CheckElfFile() broke this convention, seeking before the read,
and not after. The previous commit changes a.out functions to
seek before reading, and not after. Now this changes mop file
functions similarly, so all three work together.

mopFileRead() still assumes the current location in the file is
correct for reading data from a.out and mop files, and does reads
without seeking.
2020-10-30 13:12:57 -04:00
..
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2020-04-22 23:55:29 +00:00
2020-04-22 23:55:29 +00:00
2016-06-08 01:11:49 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:13:14 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00
2016-06-08 01:11:49 +00:00
2011-08-30 19:49:10 +00:00