From: David Goulet Date: Fri, 10 May 2013 17:27:30 +0000 (-0400) Subject: Fix: check channel subbuf size against page size X-Git-Tag: v2.2.0-rc3~90 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=12744796179ed3bfa9c3b6e22bfdeabf2e6081bf;hp=12744796179ed3bfa9c3b6e22bfdeabf2e6081bf;p=lttng-tools.git Fix: check channel subbuf size against page size Don't validate channel subbuffer size against the default values but rather against the lower bound being the page size taken at runtime. Reported-by: Tan Dung Le Tran Signed-off-by: David Goulet ---