search for: simplestreamcheck

Displaying 4 results from an estimated 4 matches for "simplestreamcheck".

Did you mean: simplestreamchecker
2018 Mar 02
2
[cfe-dev] [GSOC 2018] Information gathering
...d it is to track STL's internal invariants, and how not all of the code is necessarily present in the header), an API-specific checker seems to be necessary. The original plan we've had in mind was to keep track of dangerous values like str.c_str() in the program state (similarly to how SimpleStreamChecker tracks file descriptors) and then see if any of them are still present in memory at the end of the original value's lifetime (similarly to how StackAddrEscape checker finds stack pointers at the end of a function's stack frame). The unknowns here include how easy would it be to track...
2018 Mar 06
0
[cfe-dev] [GSOC 2018] Information gathering
...'s internal invariants, and how not > all of the code is necessarily present in the header), an API-specific > checker seems to be necessary. The original plan we've had in mind was > to keep track of dangerous values like str.c_str() in the program state > (similarly to how SimpleStreamChecker tracks file descriptors) and then > see if any of them are still present in memory at the end of the > original value's lifetime (similarly to how StackAddrEscape checker > finds stack pointers at the end of a function's stack frame). > Ok I think that I understand the id...
2018 Mar 01
0
[cfe-dev] [GSOC 2018] Information gathering
Hey, On 02/20/2018 11:51 PM, Paul Semel wrote: > Hello, > > > I'm Paul Semel, a French student in computer science. I am currently in > my 4th year (1st year of graduate school) at EPITA and enrolled in the > system and security laboratory of the school. > > I would be very interested in working on a LLVM project during this > GSoC. Implementing a PoC for an
2018 Feb 20
3
[GSOC 2018] Information gathering
Hello, I'm Paul Semel, a French student in computer science. I am currently in my 4th year (1st year of graduate school) at EPITA and enrolled in the system and security laboratory of the school. I would be very interested in working on a LLVM project during this GSoC. Implementing a PoC for an unsequenced modification checker in CSA helped me discover LLVM. However, I would like to