Pablo Neira wrote: > nice catch, but read the comments below. > Since this is a minor fix, try to modify as less things as you can. data > doesn't exist but look for its natural replacement which is fb_ptr. Hey Pablo, thanks for the hints! :) >> This patch fix two bugs (when DEBUGP is defined): >> o The var `data` doesn't exist, hence gcc complains. >> o It segfault because we print an integer with `%s`. Signed-off-by: Nicolas Bouliane