view modules/hash-pjw @ 40211:5f58d2ac35ea

unistr/u8-cmp: Fix undefined behaviour. Reported by Jeffrey Walton <noloader@gmail.com>. * lib/unistr/u8-cmp.c (u8_cmp): Don't invoke memcmp if n is zero.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Mar 2019 20:38:22 +0100
parents b8250ce33952
children
line wrap: on
line source

Description:
Compute a hash value for a NUL-terminated string.

Files:
lib/hash-pjw.h
lib/hash-pjw.c

Depends-on:

configure.ac:

Makefile.am:
lib_SOURCES += hash-pjw.h hash-pjw.c

Include:
"hash-pjw.h"

License:
LGPLv2+

Maintainer:
Jim Meyering