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

fix incorrect Read calls #4792

Merged
merged 5 commits into from
Mar 23, 2018
Merged

fix incorrect Read calls #4792

merged 5 commits into from
Mar 23, 2018

Commits on Mar 23, 2018

  1. don't make assumptions about readers in the dagmodifier

    The dagmodifier *only* works because we're using a bytes.Buffer.
    
    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien authored and Kubuxu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    d6589e5 View commit details
    Browse the repository at this point in the history
  2. don't assume that Read reads all available bytes in pbdagreader

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien authored and Kubuxu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    4002f97 View commit details
    Browse the repository at this point in the history
  3. fix Read call in APIAddr

    * don't assume that Read fills the buffer.
    * don't succeed if the API file is too large.
    
    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien authored and Kubuxu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    fda2428 View commit details
    Browse the repository at this point in the history
  4. fix Read call in seccat

    License: MIT
    Signed-off-by: Steven Allen <[email protected]>
    Stebalien authored and Kubuxu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    904be7c View commit details
    Browse the repository at this point in the history
  5. pbreader: use ReadFull instead of reimplementing it

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    a8645af View commit details
    Browse the repository at this point in the history