Eric Biggers <ebiggers@xxxxxxxxxx> writes: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Fix the following bugs: > > 1. 'encoding' and 'hash_flags' are not initialized, causing a segfault. > > 2. 'hash_flags' incorrectly uses a __bitwise type. > > 3. The optstring doesn't contain "c" or "e", so the -c and -e options > aren't recognized. > > 4. The code that handles the -e option always returns. > Ugly. Thanks for finding it. Reviewed-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxx> -- Gabriel Krisman Bertazi