readers.conf problem
Fletcher Mattox
fletcher at cs.utexas.edu
Wed Mar 15 15:18:29 UTC 2000
This readers.conf worked in a Jan 4 snapshot, but causes nnrpd to
drop core in a Mar 14 snapshot.
auth "outside" {
key: "outside"
hosts: "*"
auth: "ckpasswd -s"
}
access "outside" {
key: "outside"
newsgroups: "*"
users: "*"
access: "Read Post"
}
Something has stepped on the contents of success_auth in perm.c.
(dbx) where
=>[1] PERMgetpermissions(), line 1273 in "perm.c"
[2] StartConnection(), line 484 in "nnrpd.c"
[3] main(argc = 0, argv = 0xffbefe64), line 951 in "nnrpd.c"
(dbx) l 1273,1280
1273 strcmp(access_realms[i]->key, success_auth->key) == 0)) {
1274 if (!access_realms[i]->users)
1275 break;
1276 else if (!*PERMuser)
1277 continue;
1278 cp = COPY(access_realms[i]->users);
1279 list = 0;
1280 NGgetlist(&list, cp);
(dbx) p access_realms[i]->key, success_auth->key
access_realms[i]->key = 0x186ce0 "outside"
dbx: cannot access address 0x32390065
(dbx)
More information about the inn-workers
mailing list