view modules/findprog @ 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 1f14c6dd175d
children
line wrap: on
line source

Description:
Locating a program in PATH.

Files:
lib/findprog.h
lib/findprog.c
m4/findprog.m4
m4/eaccess.m4

Depends-on:
stdbool
xalloc
xconcat-filename
unistd
strdup

configure.ac:
gl_FINDPROG

Makefile.am:
lib_SOURCES += findprog.h findprog.c

Include:
"findprog.h"

License:
GPL

Maintainer:
all