Skip to content

Need a better prefix for function prototypes to avoid potential collisions #3

Description

@pdreiter

Found in Rode0days program fileS5, function pread, collision between function prototype typedef for external symbol read and the decompiled function.

typedef ssize_t (*pread)(int s_0,void * s_1,size_t s_2);
pread z__read = NULL;

vs

ssize_t  pread(int fd, void *buf, size_t nbytes, __off_t offset)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions