Content deleted Content added
m →Limitations: Hyperlink. |
m →Environment interactions: Hyperlink. |
||
Line 40:
=== Environment interactions ===
Programs interact with their environment by performing [[System call|system calls]], receiving signals, etc. Consistency problems may arise when execution reaches components that are not under control of the symbolic execution tool (e.g., kernel or libraries). Consider the following example:<syntaxhighlight lang="c" line="1">
int main()
{
|