Stopping the program?
Posted Aug 26, 2004 20:12 UTC (Thu) by
kweidner (subscriber, #6483)
In reply to:
Stopping the program? by jreiser
Parent article:
Distribution of security fixes
False. Nearly all dynamic symbol resolution is done with the equivalent of RTLD_LAZY, which is on-demand. The flags DT_BIND_NOW, DF_BIND_NOW, and DF_1_NOW are used rarely.
I stand corrected and apologize for spreading misinformation. Is the decision to use RDLT_LAZY hardcoded in /lib/ld-linux.so.2 ? Maybe it would make sense to change that to the equivalent of RTLD_NOW for SUID apps for more deterministic behavior, since the delay caused by LD_DEBUG abuse only increases the already present delay for dynamic symbol resolution in the middle of an operation.
-Klaus
(
Log in to post comments)