Hi,

your patch did not apply, I patched it against the current git tree:

--- a/utils/fwparam_ibft/fwparam_ibft.c
+++ b/utils/fwparam_ibft/fwparam_ibft.c
@@ -415,7 +415,7 @@ char *search_ibft(unsigned char *start, int
length)

        cur_ptr = (unsigned char *)start;
        for (cur_ptr = (unsigned char *)start;
-            cur_ptr < (start + length);
+            cur_ptr < (start + length - strlen(iBFTSTR));
             cur_ptr++) {
                if (memcmp(cur_ptr, iBFTSTR,strlen(iBFTSTR)))
                        continue;


-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to