Skip to content

Commit

Permalink
* user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with
Browse files Browse the repository at this point in the history
LDAP-backed lookups on FreeBSD.

PR: 39075


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@390410 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Mar 31, 2006
1 parent 1ab1cd8 commit 2dfcf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/unix/userinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define APR_WANT_MEMFUNC
#include "apr_want.h"

#define PWBUF_SIZE 512
#define PWBUF_SIZE 2048

static apr_status_t getpwnam_safe(const char *username,
struct passwd *pw,
Expand Down

0 comments on commit 2dfcf03

Please sign in to comment.