CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2012/04/06 05:32:47
Modified files: bin/systrace : Tag: OPENBSD_5_1 intercept-translate.c Log message: MFC systrace intercept_translate() problem resulting in problems with systrace and some *at functions, most noticable building ports using gtar under systrace. Date: 2012/03/02 17:23:08 Author: matthew Branch: HEAD Tag: (none) Log: Fix handling of 'offend' (OFFset from the END of the arg list) arguments in systrace(1). In intercept_translate(), argsize is actually the number of *bytes* taken up by the arguments, not the number of arguments. ok ajacoutot, sthen, dcoppa Members: intercept-translate.c:1.14->1.15