mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
4969890247
nss_db uses nss_files code for services, but a continue on protocol mismatch that doesn't affect nss_files skipped the code that advanced to the next db entry. Any one of these changes would suffice to fix it, but fixing both makes them both safer to reuse elsewhere. for ChangeLog [BZ #14498] * NEWS: Fixed. * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx after parsing line but before break_if_match. * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;" if there is a protocol mismatch. |
||
---|---|---|
.. | ||
db-init.c | ||
db-initgroups.c | ||
db-netgrp.c | ||
db-open.c | ||
db-XXX.c | ||
nss_db.h |