These typos were also spotted by a mailing list user:
https://lists.samba.org/archive/samba-technical/2023-April/138190.html
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* ensure the specified offset is within that bound
*/
if ((off > bufsize) && (eid != ADEID_RFORK)) {
- DBG_NOTICE("Fogus eid %d: off: %" PRIu32
+ DBG_NOTICE("Bogus eid %d: off: %" PRIu32
", len: %" PRIu32 "\n",
eid,
off,
ok = ad_entry_check_size(eid, bufsize, off, len);
if (!ok) {
- DBG_NOTICE("bogus eid [%" PRIu32 "] bufsize [%zu] "
+ DBG_NOTICE("Bogus eid [%" PRIu32 "] bufsize [%zu] "
"off [%" PRIu32 "] len [%" PRIu32 "]\n",
eid,
bufsize,