git: rtld-elf - Fix ancient C code

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Dec 18 08:28:59 PST 2019


commit c287616b05439085294ecd261280fcef1a4ef9ff
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Dec 18 08:18:32 2019 -0800

    rtld-elf - Fix ancient C code
    
    * Adjust malloc() (used only by rtld-elf) to use size_t and fix
      a number of shift operations.
    
    Submitted-by: swildner

Summary of changes:
 libexec/rtld-elf/malloc.c | 130 +++++++++++++++++++++++-----------------------
 1 file changed, 66 insertions(+), 64 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c287616b05439085294ecd261280fcef1a4ef9ff


-- 
DragonFly BSD source repository



More information about the Commits mailing list