Skip to content

Bug is os.ReadAt (with fix) #262

@gopherbot

Description

@gopherbot

by lionkov:

os.ReadAt doesn't check for end of file. Similarly to os.Read, 

                if n == 0 && e == 0 {
                        return 0, EOF
                }

should be done after syscall.Pread.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions