aboutsummaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar@axis.com>2012-10-09 12:21:17 +0200
committerEdgar E. Iglesias <edgar@axis.com>2012-10-15 09:33:10 +0200
commitfd4b4ef0d4fbaf2039fac61764421e47cac2ca39 (patch)
treed8ff687551501840c136b5693afd3ceae7ee0e86 /backend.h
parentcc77b0e0e735d598f4bc746f8e79b6cd342bd606 (diff)
downloadltrace-fd4b4ef0d4fbaf2039fac61764421e47cac2ca39.tar.gz
Allow extension tags in proc_find_dynamic_entry_addr
Remove the check for generic tags allowing the caller to pass extension tags. I couldn't find a way to strictly validate the tag nr, furthermore the seek tag is internally generated so I simply dropped the check (beyond checking for positive values). One way possible could be to check for: (tag >= DT_NULL && tag < DT_NUM) || (tag >= DT_LOOS && tag <= DT_HIPROC) But I'm not sure thats OK. Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
Diffstat (limited to 'backend.h')
0 files changed, 0 insertions, 0 deletions