Module Name: src Committed By: christos Date: Tue Apr 13 13:13:04 UTC 2021
Modified Files: src/lib/libform: field.c form.c internals.c type_alnum.c type_alpha.c type_enum.c type_integer.c type_numeric.c type_regex.c Log Message: - fix memory leak - xxx questionable allocation - remove casts - use sizeof(*var) - bcopy -> memcpy/memmove To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libform/field.c cvs rdiff -u -r1.16 -r1.17 src/lib/libform/form.c cvs rdiff -u -r1.39 -r1.40 src/lib/libform/internals.c cvs rdiff -u -r1.11 -r1.12 src/lib/libform/type_alnum.c cvs rdiff -u -r1.12 -r1.13 src/lib/libform/type_alpha.c \ src/lib/libform/type_enum.c cvs rdiff -u -r1.8 -r1.9 src/lib/libform/type_integer.c cvs rdiff -u -r1.9 -r1.10 src/lib/libform/type_numeric.c cvs rdiff -u -r1.7 -r1.8 src/lib/libform/type_regex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.