Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: read whole file only in regular files #1074

Closed
wants to merge 3 commits into from
Closed

fs: read whole file only in regular files #1074

wants to merge 3 commits into from

Commits on Mar 12, 2015

  1. fs: use stat.st_size only to read regular files

    - Using st_size to read other kind of files can lead to not reading all the
      data.
    santigimeno authored and Santiago Gimeno committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    bd61cdd View commit details
    Browse the repository at this point in the history
  2. test: tests for read large files through a pipe

    santigimeno authored and Santiago Gimeno committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    b176d5c View commit details
    Browse the repository at this point in the history
  3. test: fix readfile-zero-byte-liar test

    santigimeno authored and Santiago Gimeno committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    dd6313c View commit details
    Browse the repository at this point in the history