Click here to load reader

Differential Assertion Checking

  • Upload
    ayame

  • View
    54

  • Download
    0

Embed Size (px)

DESCRIPTION

Differential Assertion Checking. Shuvendu Lahiri Kenneth McMillan Rahul Sharma Chris Hawblitzel. Assertion Checking. void strcopy (char* dst , char* src , int size) { int i =0; for(; i

Citation preview

Shuvendu LahiriKenneth McMillanRahul SharmaChris HawblitzelDifferential Assertion Checking

1Assertion Checkingvoid strcopy(char* dst, char*src, int size){ int i=0; for(;i