CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/11 14:17:07
Modified files: libexec/ld.so : loader.c Log message: Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be harmless because we have full control over the array being processed, and none of the values we set up may trigger the bug; yet this may change in the future. ok drahn matthew@