Skip to content

fish: '/home/SMC/Deagle/src/cbmc/deagl…' terminated by signal SIGABRT (Abort) #1

Description

@bupt01

When I test the following program,:
` unsigned char *rstr = (unsigned char *) strdup("pthread_t");
unsigned char *wp, *rp;
rp = wp = rstr;

while (*rp){
if (*rp != '\')
*wp++ = *rp++;
else{break;
}}`
it reports an error: 'fish: '/home/SMC/Deagle/src/cbmc/deagl…' terminated by signal SIGABRT (Abort)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions