K 10 svn:author V 3 alc K 8 svn:date V 27 2006-01-21T20:11:49.000000Z K 7 svn:log V 318 Avoid a vm object reference leak in a rarely used code path. An executable contains at most one PT_INTERP program header. Therefore, the loop that searches for it can terminate after it is found rather than iterating over the entire set of program headers. Eliminate an unneeded initialization. Reviewed by: tegge END