From: Wayne Davison Date: Sat, 8 Mar 2008 18:54:17 +0000 (-0800) Subject: Some popt improvements: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/894e6299c10e24d1745d268b465695934f4bb1a9?hp=894e6299c10e24d1745d268b465695934f4bb1a9 Some popt improvements: - Fixed a bug in short-opt parsing when an abutting arg has an '='. - Allow a short-opt to be separated from its arg by an '='. - Avoid an IBM-checker warning about an impossible case in a switch and a warning about a potential NULL-pointer dereference. - Fixed a memory leak. ---