view modules/opendirat @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents c01fb99adfe2
children
line wrap: on
line source

Description:
Open a directory relative to another directory.

Files:
lib/opendirat.c
lib/opendirat.h

Depends-on:
dirent
fcntl-h
fdopendir
openat-safer

configure.ac:

Makefile.am:
lib_SOURCES += opendirat.c

Include:
"opendirat.h"

License:
GPL

Maintainer:
all