What Every C Programmer Should Know About Undefined Behavior #3/3
What Every C Programmer Should Know About Undefined Behavior #3/3
Posted May 23, 2011 15:53 UTC (Mon) by vonbrand (guest, #4458)In reply to: What Every C Programmer Should Know About Undefined Behavior #3/3 by welinder
Parent article: What Every C Programmer Should Know About Undefined Behavior #3/3
It is possible to find a set of conditions in which nothing strange happens (by simulating the program running in each case, or some sophisticated variation thereof). The problem is that doing so is a lot of work, and/or the resulting set of "safe" uses is disappointingly small.