mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
must have been inadvertently changed to '>'. This broke nfsm_adv() in the case where the advancement count is equal to the amount of data remaining in the current mbuf. Instead of moving the current position N bytes forward, nfs_adv() could end up moving it back to N bytes from the start of the mbuf data. This should fix the client-side readdirplus problems that have been reported since September. |
||
|---|---|---|
| .. | ||
| nfs_common.c | ||
| nfs_common.h | ||
| nfsnode.h | ||
| nfsproto.h | ||
| rpcv2.h | ||
| xdr_subs.h | ||