| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] fuzz/x86_emulate: fix bounds for input size
 On 02/23/2018 05:30 PM, Wei Liu wrote: On Fri, Feb 23, 2018 at 12:57:26AM +0100, Paul Semel wrote:The minimum size for the input size was set to DATA_OFFSET + 1 which was meaning that we were requesting at least one character of the data array to be filled. This is not needed for the fuzzer to get working correctly.Sorry, I don't follow -- what do you expect the emulator to do if there is no instruction to emulate? Sure, I confused myself on this one, sorry about it ! 
 Yes, you're right 🙂 I'm going to send my last version of this patch so that you can have it ! Wei.- return DATA_OFFSET + 1;+ return DATA_OFFSET; }/*-- 2.16.1 -- Paul Semel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel 
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |