commit 17ea8246621a62d02fe0fba9266d5e3d916cca1c from: Omar Polo date: Wed Feb 02 14:27:11 2022 UTC more to do commit - caa64af1e323bd0b511ce59fa1c26fc8287a89b2 commit + 17ea8246621a62d02fe0fba9266d5e3d916cca1c blob - 5d6c473507d76e97317947a11b206258c7280214 blob + 5ce14e1310c101048a932df58f6f21083792f125 --- TODO +++ TODO @@ -37,3 +37,8 @@ Stuff that's still to-do - reply with an Rerror in kamid/listener.c:/^client_read when we get an invalid message (too big or too small) before closing the connection. + + - how (if) handle serialize_stat overflow? If the info for the file + we want to give don't fit inside 16 bit we're currently either + skipping the file entry (if during a directory read) or return an + error (dirng Tstat.)