trunk patch: http://svn.apache.org/r1490507
Submitted by: jailletc36
Reviewed by: fuankg, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1490564 13f79535-47bb-0310-9956-
ffa450edef68
half of all new stuff, and therefore the +0.5 - I would like
to have someone else add a vote too.
- * support: Do not use free for memory allocated in a pool (regression introduced in r1476674)
- trunk patch: http://svn.apache.org/r1490507
- 2.4.x patch: trunk works
- +1 jailletc36, fuankg, minfrin
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
"characters by CRYPT algorithm." NL);
}
memset(truncpw, '\0', strlen(pw));
- free(truncpw);
}
break;
#endif /* CRYPT_ALGO_SUPPORTED */