similar to: ld.so vulnerability

Displaying 20 results from an estimated 110 matches similar to: "ld.so vulnerability"

1997 Jul 17
0
KSR[T] Advisory #2: ld.so
KSR[T] Advisory #002 Date: Jul 16, 1997 ID #: lin-ldso-002 Operating System(s): Linux Affected Program: ld.so / ld-linux.so Problem Description: ld.so is the run-time linker used by dynamically linked executables(a.out). Inside the error reporting
1999 Jan 07
1
problems compiling R packages with Linux
Hello out there, my first try to install a package (e.g. ctest from CRAN) didn't succeed; looking at the error messages I think it must be a configuration problem of my machine, but as I'm not very experienced I would be glad if someone could give me a hint ... R's version is 0.63.0, my i386-Linux is kernel 2.0.35. I hadn't had problems to compile R, and R itself seems to work.
2014 Dec 08
3
[LLVMdev] [lld] Handling multiple -init/-fini command line options
On Mon, Dec 8, 2014 at 8:39 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > On 12/8/2014 11:09 AM, Joerg Sonnenberger wrote: >> >> On Mon, Dec 08, 2014 at 10:21:49AM -0600, Shankar Easwaran wrote: >>> >>> The DT_INIT/DT_FINI correspond to one initializer function,where as >>> DT_INIT_ARRAY/DT_FINI_ARRAY is used when there is more than one
2017 May 16
5
[lld][ELF] Add option to make .dynamic read only
Hi, This is a proposal to add an option to lld that forces .dynamic sections to be read-only. The .dynamic section is almost read-only except for the DT_DEBUG entry which requires the dynamic linker to modify a word. MIPS has long since had a solution to this using the DT_MIPS_RLD_MAP entry to give a pointer to another section which is writable. It would be nice to have this functionality on
2017 May 17
2
[lld][ELF] Add option to make .dynamic read only
Your understanding is correct. It saves a small number of physical pages. It's strictly better even if it's only a little bit better. On Tue, May 16, 2017, 5:14 PM Rui Ueyama <ruiu at google.com> wrote: > Hi Jake, > > Thank you for sending this to llvm-dev! > > If I understand correctly, your motivation to add an option to make > .dynamic sections read-only is to
1997 Dec 23
1
Debian package for R-0.61 uploaded
I have uploaded a Debian package r-base_0.61.0-2_i386.deb to the incoming directory at ftp.ci.tuwien.ac.at. This package is built against libc5, not libc6. Turns out that was a bit more complicated than I had hoped. I have also created an RPM file for the same binary distribution and will upload that shortly as r-base-0.61.0-2.i386.rpm. I enclose some information regarding the two packaged
2015 Feb 11
0
CESA-2015:0166 Moderate CentOS 7 subversion Security Update
CentOS Errata and Security Advisory 2015:0166 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0166.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: ad1d62c0aa11709378918e05cd8f66425901af7759d8ef8119918991bc4a1dcd mod_dav_svn-1.7.14-7.el7_0.x86_64.rpm
2015 Sep 08
0
CESA-2015:1742 Moderate CentOS 7 subversion Security Update
CentOS Errata and Security Advisory 2015:1742 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1742.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 1ac68982e8d6c3c4f08338e829f9b84b172f98107065097924fb229125151516 mod_dav_svn-1.7.14-7.el7_1.1.x86_64.rpm
2015 Sep 09
0
CentOS-announce Digest, Vol 127, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2017 May 17
2
[lld][ELF] Add option to make .dynamic read only
The motivation is not only memory savings but also security: can-never-be-written is strictly better than RELRO in all cases. The biggest win is when .dynamic is the sole reason for having a writable segment at all. The distinction is fairly small for exploitability, but not negligible. LLD already has several command-line options that are not supported by or are different from ld or gold, so
2015 Feb 11
0
CentOS-announce Digest, Vol 120, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2006 Jun 06
0
Linux Installation and Basic Configuration Training on June 13-17, 2006
Global Knowledge Associates, Inc. invites you to attend. Linux Installation and Basic Configuration (LNX101) Course Fee: 12,880.00 VAT Inc. Schedule: June 13-17,2006 Duration: 5 days Why Linux? a.. Other Considerations b.. Fragmentation c.. High Cost d.. Vendor Dominance? e.. The "Value" Proposition f.. Reliability g.. Scalability h.. Security i..
2011 Oct 04
0
security of ntlmauth / winbindd_privileged dir
I have a working setup with samba & squid on one machine. However it seems that ntlm_auth is not doing what I expected. As an unprivilegd user I am able to test succesfull password: ute at alix:~$ ntlm_auth -V Version 3.5.6 ute at alix:~$ ntlm_auth --username=hans --password=keins NT_STATUS_OK: Success (0x0) Surely I know this password. Now the same with diagnostics on: ute at
2023 Mar 22
3
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/21/23 18:28, Eric Blake wrote: > it is indeed a bug in busybox now that POSIX is moving towards > standardizing realpath, so I've filed it: > https://bugs.busybox.net/show_bug.cgi?id=15466 I've found another busybox bug. The "/bin/sh" utility is provided by busybox as well (via the usual symlinking). Per POSIX, if execvp(file, { argv[0], argv[1], ..., NULL })
2014 Mar 07
0
Wine release 1.7.14
The Wine development release 1.7.14 is now available. What's new in this release (see below for details): - More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - Various bug fixes. The source is available from the following locations:
2017 May 17
3
[lld][ELF] Add option to make .dynamic read only
On Wed, May 17, 2017 at 1:32 PM, Rui Ueyama via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Wed, May 17, 2017 at 1:11 PM, Petr Hosek <phosek at chromium.org> wrote: > >> The motivation is not only memory savings but also security: >> can-never-be-written is strictly better than RELRO in all cases. The >> biggest win is when .dynamic is the sole reason
2014 Dec 08
3
[LLVMdev] [lld] Handling multiple -init/-fini command line options
On Mon, Dec 08, 2014 at 10:21:49AM -0600, Shankar Easwaran wrote: > The DT_INIT/DT_FINI correspond to one initializer function,where as > DT_INIT_ARRAY/DT_FINI_ARRAY is used when there is more than one > initalizer function/finalizer function respectively. This is not true. The difference is that the DT_INIT / DT_FINI function is responsible for calling into the .init / .fini block and
2018 May 13
0
Latest CentOS does not boot, Proliant ML330 G6
> Jari Fredriksson <jarif at iki.fi> kirjoitti 12.5.2018 kello 11.39: > > > >> m.roth at 5-cent.us kirjoitti 11.5.2018 kello 22.52: >> >> Jari Fredriksson wrote: >>> Hello all. >>> >>> I just upgraded to the latest and tried to reboot: kernel panic and dead >>> as a brick. >>> >>> Luckily GRUB still
1997 Nov 01
0
1.9.17p4 - Hanging smbd on logout ?!
Dear Samba Developers, OS: Linux 2.0.31 Samba1.9.17p4 today I detected that smbstatus shows more users logged in as really using the samba service. It seems that at logoff sometimes the smbd won't die and won't free the used tcp/ip socket: Output from "netstat -a": Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address
2014 Jul 25
0
Wine release 1.7.23
The Wine development release 1.7.23 is now available. What's new in this release (see below for details): - Better support for files drag & drop. - Improvements to the HTTP cookie management. - Initial support for 64-bit Android builds. - Fixes to crypto certificates management. - Various bug fixes. The source is available from the following locations: