Displaying 1 result from an estimated 1 matches for "ebadop".
Did you mean:
badoo
2004 Aug 03
1
patch to deal with empty filenames
...if (origfilename < end && *origfilename == '\000') {
+ origfilename = "blank";
+ }
+
+
+ while ( cp < end ) {
+
while ( cp < end && *cp ) {
- do {
cp++;
- } while (cp < end && *cp);
+ }
if ( *cp ) {
nak(EBADOP, "Request not null-terminated");